@ni/nimble-components 16.1.6 → 16.1.7
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.
|
@@ -22014,6 +22014,7 @@
|
|
|
22014
22014
|
--ni-private-active-indicator-width: 2px;
|
|
22015
22015
|
--ni-private-focus-indicator-width: 1px;
|
|
22016
22016
|
--ni-private-indicator-lines-gap: 1px;
|
|
22017
|
+
--ni-private-focus-indicator-inset-width: 3px;
|
|
22017
22018
|
}
|
|
22018
22019
|
|
|
22019
22020
|
:host(:hover) {
|
|
@@ -22069,7 +22070,7 @@
|
|
|
22069
22070
|
}
|
|
22070
22071
|
|
|
22071
22072
|
:host(${focusVisible})::before {
|
|
22072
|
-
width: 100
|
|
22073
|
+
width: calc(100% - 2 * var(--ni-private-focus-indicator-inset-width));
|
|
22073
22074
|
}
|
|
22074
22075
|
|
|
22075
22076
|
:host::after {
|