mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-08 08:44:27 +00:00
Fix light theme select option for hashtags (#26311)
This commit is contained in:
parent
9405e9af58
commit
93372fee1e
|
@ -424,6 +424,10 @@ html {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column-settings__hashtags .column-select__option {
|
||||||
|
color: $white;
|
||||||
|
}
|
||||||
|
|
||||||
.dashboard__quick-access,
|
.dashboard__quick-access,
|
||||||
.focal-point__preview strong,
|
.focal-point__preview strong,
|
||||||
.admin-wrapper .content__heading__tabs a.selected {
|
.admin-wrapper .content__heading__tabs a.selected {
|
||||||
|
|
Loading…
Reference in a new issue