mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-21 11:37:28 -06:00
tweaks
This commit is contained in:
parent
3089ac3780
commit
befa318065
6 changed files with 43 additions and 18 deletions
|
|
@ -575,7 +575,7 @@ form {
|
|||
width: fit-content;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
&:focus {
|
||||
&:focus-visible {
|
||||
outline: 0.15rem dashed $button-focus-border;
|
||||
outline-offset: -0.15rem;
|
||||
}
|
||||
|
|
@ -1331,7 +1331,7 @@ button.tab-button {
|
|||
.pseudolink {
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
&:focus {
|
||||
&:focus-visible {
|
||||
outline: 0.15rem dotted $button-focus-border;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue