mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 05:29:17 -06:00
FIX: do not lighten color when no selection for cat and tag drops
This commit is contained in:
parent
cf9965fd54
commit
99cf091774
@ -40,6 +40,10 @@
|
||||
font-size: $font-0;
|
||||
transition: none;
|
||||
|
||||
&.is-none .selected-name {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.badge-wrapper {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
@ -11,6 +11,10 @@
|
||||
font-size: $font-0;
|
||||
transition: none;
|
||||
|
||||
&.is-none .selected-name {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.d-icon {
|
||||
opacity: 1;
|
||||
font-size: $font-0;
|
||||
|
Loading…
Reference in New Issue
Block a user