6 lines
No EOL
166 B
SCSS
6 lines
No EOL
166 B
SCSS
/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */
|
|
.focusable_item {
|
|
&:focus {
|
|
outline: 1px dotted black
|
|
}
|
|
} |