mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-25 06:24:19 +00:00
🔧 Make clickable ButtonSmallX more apparent
This commit is contained in:
parent
a74a2c3e12
commit
9dcb52f8c1
1 changed files with 5 additions and 2 deletions
|
@ -12,12 +12,15 @@
|
|||
top: -1px;
|
||||
}
|
||||
|
||||
.ButtonSmallX:focus {
|
||||
outline: none;
|
||||
.ButtonSmallX:hover {
|
||||
background-color: var(--bg-field-on);
|
||||
color: var(--fg-field-on);
|
||||
}
|
||||
|
||||
.ButtonSmallX:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.ButtonSmallX:focus-visible {
|
||||
outline: 2px dashed var(--outline);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue