mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:16:41 +08:00
fixing missing border on dropdown
This commit is contained in:
parent
834378f996
commit
29490209e7
|
@ -29,8 +29,17 @@
|
|||
|
||||
.select2-container {
|
||||
border-radius: 3px;
|
||||
border: 1px solid scale-color-diff();
|
||||
&.select2-dropdown-open {
|
||||
border: 0;
|
||||
}
|
||||
&.select2-container-active {
|
||||
border-color: $tertiary;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.select2-container a.select2-choice {
|
||||
background: $secondary;
|
||||
border-radius: 3px;
|
||||
|
|
|
@ -218,7 +218,7 @@
|
|||
display: inline-block;
|
||||
.select2-container {
|
||||
width: 400px;
|
||||
margin-top: 6px;
|
||||
margin-top: 5px;
|
||||
a {
|
||||
padding-top: 4px;
|
||||
height: 28px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user