mirror of https://github.com/zulip/zulip.git
dropdown-list-widget: Refactor styles to use SCSS scopes.
This commit is contained in:
parent
96638f5bd4
commit
da22f3b961
|
@ -723,10 +723,6 @@ input[type=checkbox] {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-list-widget button {
|
|
||||||
margin: 0px 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-label-disabled {
|
.control-label-disabled {
|
||||||
color: hsl(0, 0%, 82%);
|
color: hsl(0, 0%, 82%);
|
||||||
}
|
}
|
||||||
|
@ -1677,11 +1673,16 @@ body:not(.night-mode) #settings_page .custom_user_field .datepicker {
|
||||||
top: 5px;
|
top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-list-widget .dropdown-search > input[type=text] {
|
.dropdown-list-widget {
|
||||||
|
button {
|
||||||
|
margin: 0px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-search > input[type=text] {
|
||||||
margin: 9px;
|
margin: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-list-widget .dropdown-list-body {
|
.dropdown-list-body {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
|
@ -1689,6 +1690,7 @@ body:not(.night-mode) #settings_page .custom_user_field .datepicker {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#settings_page .sidebar ul {
|
#settings_page .sidebar ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
Loading…
Reference in New Issue