Toggle context menus on click and add active state

This commit is contained in:
Sylvan Mably
2024-03-10 14:14:22 -04:00
parent 3eed6cb350
commit a5497fcab8
9 changed files with 47 additions and 26 deletions

View File

@@ -195,6 +195,15 @@
}
}
&:active {
@include light-theme {
background: $color-gray-20;
}
@include dark-theme {
background: $color-gray-62;
}
}
&:focus {
outline: none;
@include keyboard-mode {