fix: Tweak focus style & spacing of list/hashtags expand/collapse button (#35075)
This commit is contained in:
parent
98f98249ff
commit
474464ffff
1 changed files with 4 additions and 3 deletions
|
@ -294,7 +294,7 @@
|
|||
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
&:focus-visible {
|
||||
color: lighten($action-button-color, 7%);
|
||||
background-color: rgba($action-button-color, 0.15);
|
||||
}
|
||||
|
@ -314,7 +314,7 @@
|
|||
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
&:focus-visible {
|
||||
color: darken($lighter-text-color, 7%);
|
||||
background-color: rgba($lighter-text-color, 0.15);
|
||||
}
|
||||
|
@ -334,7 +334,7 @@
|
|||
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
&:focus-visible {
|
||||
color: $highlight-text-color;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
@ -3475,6 +3475,7 @@ a.account__display-name {
|
|||
&__header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-inline-end: 4px;
|
||||
|
||||
&__sep {
|
||||
width: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue