Skip to content

Commit 36dbf2f

Browse files
committed
chore: re-add comments to focus.css
1 parent 5139d3f commit 36dbf2f

File tree

1 file changed

+2
-0
lines changed
  • src/theme/bootstrap-override/bootstrap-italia

1 file changed

+2
-0
lines changed

src/theme/bootstrap-override/bootstrap-italia/_focus.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
}
1818

1919
input:focus-visible {
20+
// only add border to input besides default double outline
2021
border: 2px solid $outer-focus-outline !important;
2122
}
2223

@@ -36,6 +37,7 @@ input:focus-visible {
3637
//END BACKPORT
3738

3839
.gdpr-privacy-show-banner:focus-visible {
40+
// invert general :focus rule since button is always white
3941
outline: 2px solid $inner-focus-shadow !important;
4042
outline-offset: 2px;
4143

0 commit comments

Comments
 (0)