Skip to content

Commit

Permalink
feat: subject list filter border on focus
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilR8 committed Nov 6, 2023
1 parent 86583f6 commit 3082e04
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,14 @@
margin: 12px 0;
padding: 4px 24px 4px 4px;
box-sizing: content-box !important; // thanks, Vuetify

&:focus,
&:focus-visible,
&:focus-within,
&:active {
outline: none !important;
border: 2px solid $secondary_border_color !important;
}
}

.subjects__filter-reset {
Expand Down

0 comments on commit 3082e04

Please sign in to comment.