@eui/styles 21.0.0-alpha.13 → 21.0.0-alpha.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -94,14 +94,14 @@ $outline-size: 2px;
|
|
|
94
94
|
}
|
|
95
95
|
@mixin eui-accessible-focus-visible-ring($offset: 1px) {
|
|
96
96
|
&:focus-visible:not([readonly]) {
|
|
97
|
-
outline: var(--eui-bw-s) solid var(--eui-c-primary-border
|
|
97
|
+
outline: var(--eui-bw-s) solid var(--eui-c-primary-border) !important;
|
|
98
98
|
outline-offset: $offset !important;
|
|
99
99
|
border-radius: var(--eui-br-s) !important;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
@mixin eui-accessible-focus-visible-ring-rounded($offset: 1px) {
|
|
103
103
|
&:focus-visible:not([readonly]) {
|
|
104
|
-
outline: var(--eui-bw-s) solid var(--eui-c-primary-border
|
|
104
|
+
outline: var(--eui-bw-s) solid var(--eui-c-primary-border) !important;
|
|
105
105
|
outline-offset: $offset !important;
|
|
106
106
|
border-radius: var(--eui-br-max) !important;
|
|
107
107
|
}
|