mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 04:18:23 +00:00
BUGFIX: make sure category selector never gets focus on mobile
This commit is contained in:
parent
f5a94bf668
commit
b0815e8ace
@ -72,9 +72,6 @@
|
|||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#reply-control {
|
#reply-control {
|
||||||
.toggle-preview, #draft-status, #file-uploading {
|
.toggle-preview, #draft-status, #file-uploading {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -13,8 +13,6 @@ display: none;
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#reply-control {
|
#reply-control {
|
||||||
.composer-bottom-right {
|
.composer-bottom-right {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -147,7 +145,6 @@ display: none;
|
|||||||
}
|
}
|
||||||
.reply-area {
|
.reply-area {
|
||||||
max-width: 1500px;
|
max-width: 1500px;
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
@ -196,11 +193,6 @@ display: none;
|
|||||||
@include medium-width { width: 283px; }
|
@include medium-width { width: 283px; }
|
||||||
@include small-width { width: 218px; }
|
@include small-width { width: 218px; }
|
||||||
}
|
}
|
||||||
.select2-search input {
|
|
||||||
width: 378px;
|
|
||||||
@include medium-width { width: 233px; }
|
|
||||||
@include small-width { width: 168px; }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.edit-reason-input, .display-edit-reason {
|
.edit-reason-input, .display-edit-reason {
|
||||||
@ -357,3 +349,10 @@ display: none;
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// make sure the category selector *NEVER* gets focus by default on mobile anywhere
|
||||||
|
.select2-hidden,
|
||||||
|
.select2-search,
|
||||||
|
.select2-focusser {
|
||||||
|
display:none !important;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user