mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-18 10:37:45 +00:00
[Glitch] fix: Tweak focus style & spacing of list/hashtags expand/collapse button
Port 474464ffff to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -294,7 +294,7 @@
|
|||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:active,
|
&:active,
|
||||||
&:focus {
|
&:focus-visible {
|
||||||
color: lighten($action-button-color, 7%);
|
color: lighten($action-button-color, 7%);
|
||||||
background-color: rgba($action-button-color, 0.15);
|
background-color: rgba($action-button-color, 0.15);
|
||||||
}
|
}
|
||||||
@@ -314,7 +314,7 @@
|
|||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:active,
|
&:active,
|
||||||
&:focus {
|
&:focus-visible {
|
||||||
color: darken($lighter-text-color, 7%);
|
color: darken($lighter-text-color, 7%);
|
||||||
background-color: rgba($lighter-text-color, 0.15);
|
background-color: rgba($lighter-text-color, 0.15);
|
||||||
}
|
}
|
||||||
@@ -334,7 +334,7 @@
|
|||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:active,
|
&:active,
|
||||||
&:focus {
|
&:focus-visible {
|
||||||
color: $highlight-text-color;
|
color: $highlight-text-color;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
@@ -3540,6 +3540,7 @@ a.account__display-name {
|
|||||||
&__header {
|
&__header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
padding-inline-end: 4px;
|
||||||
|
|
||||||
&__sep {
|
&__sep {
|
||||||
width: 0;
|
width: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user