Skip to content

Commit fa7eb9a

Browse files
committed
chore: comment for backport - URL NEEDED
1 parent 635d29d commit fa7eb9a

File tree

1 file changed

+11
-8
lines changed
  • src/theme/bootstrap-override/bootstrap-italia

1 file changed

+11
-8
lines changed

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

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//BACKPORT to http://
2+
//START BACKPORT
13
// Universal focus mixin
24
@mixin universal-focus-style() {
35
outline: $outer-focus-outline auto 2px !important;
@@ -22,14 +24,6 @@ input:focus-visible {
2224
border: 2px solid;
2325
}
2426

25-
.gdpr-privacy-show-banner:focus-visible {
26-
outline: 2px solid $inner-focus-shadow !important;
27-
outline-offset: 2px;
28-
29-
border: none !important;
30-
box-shadow: 0 0 0 2px $outer-focus-outline !important;
31-
}
32-
3327
// Semantic UI checkbox focus styles
3428
.ui.checkbox input:focus-visible ~ label::before {
3529
@include universal-focus-style();
@@ -39,3 +33,12 @@ input:focus-visible {
3933
.ui.checkbox label::before {
4034
transition: none !important;
4135
}
36+
//END BACKPORT
37+
38+
.gdpr-privacy-show-banner:focus-visible {
39+
outline: 2px solid $inner-focus-shadow !important;
40+
outline-offset: 2px;
41+
42+
border: none !important;
43+
box-shadow: 0 0 0 2px $outer-focus-outline !important;
44+
}

0 commit comments

Comments
 (0)