File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
src/theme/bootstrap-override/bootstrap-italia Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments