mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
select-kit consistency fix
This commit is contained in:
parent
7d223c0e55
commit
f69c289fcf
@ -88,10 +88,6 @@
|
||||
border: 1px solid $tertiary;
|
||||
box-shadow: shadow("focus");
|
||||
}
|
||||
|
||||
.select-kit-body {
|
||||
border-radius: 0 0 3px 3px ;
|
||||
}
|
||||
}
|
||||
|
||||
&.is-expanded.is-above {
|
||||
@ -109,10 +105,10 @@
|
||||
.select-kit-row {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
&.is-expanded .select-kit-wrapper, .select-kit-wrapper {
|
||||
display: none;
|
||||
}
|
||||
&.is-expanded .select-kit-wrapper, .select-kit-wrapper {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -17,10 +17,8 @@
|
||||
}
|
||||
|
||||
.select-kit-body {
|
||||
max-width: 500px;
|
||||
width: 500px;
|
||||
border: 1px solid $tertiary;
|
||||
box-shadow: shadow("focus")
|
||||
max-width: 32em;
|
||||
width: 32em;
|
||||
}
|
||||
|
||||
.select-kit-header {
|
||||
|
Loading…
Reference in New Issue
Block a user