Retrospring/app/assets/stylesheets/components/_hotkey.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
103 B
SCSS
Raw Normal View History

.js-hotkey-navigating {
2023-03-05 10:38:31 -08:00
.js-hotkey-current-selection {
outline: var(--primary) solid 4px;
}
}