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