mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-10 00:46:12 +00:00
Revert "change active/hover display on advanced options"
This reverts commit ade773cb0a8c0c4b862074f7ee8e607023bc8bbe.
This commit is contained in:
parent
f6ce1a9592
commit
cb7f54891f
|
@ -2897,18 +2897,11 @@ button.icon-button.active i.fa-retweet {
|
|||
padding: 10px;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
border-style: solid;
|
||||
border-color: $simple-background-color;
|
||||
border-width: 5px;
|
||||
|
||||
&:hover {
|
||||
border-color: $ui-highlight-color;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&.active {
|
||||
background: $ui-highlight-color;
|
||||
color: $primary-text-color;
|
||||
border-color: $ui-highlight-color;
|
||||
|
||||
.advanced-options-dropdown__option__content {
|
||||
color: $primary-text-color;
|
||||
|
@ -2920,7 +2913,7 @@ button.icon-button.active i.fa-retweet {
|
|||
}
|
||||
|
||||
&.active:hover {
|
||||
border-color: $simple-background-color;
|
||||
background: lighten($ui-highlight-color, 4%);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue