@lumx/core 3.18.2-alpha.1 → 3.18.2-alpha.3
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.
- package/lumx.css +5 -5
- package/lumx.min.css +1 -1
- package/package.json +1 -1
- package/scss/components/side-navigation/_index.scss +4 -2
package/lumx.css
CHANGED
|
@@ -10380,23 +10380,23 @@ table {
|
|
|
10380
10380
|
|
|
10381
10381
|
/* Item link states
|
|
10382
10382
|
========================================================================== */
|
|
10383
|
-
.lumx-side-navigation-
|
|
10383
|
+
.lumx-side-navigation-item__link {
|
|
10384
10384
|
color: var(--lumx-color-dark-N);
|
|
10385
10385
|
background-color: transparent;
|
|
10386
10386
|
cursor: pointer;
|
|
10387
10387
|
}
|
|
10388
|
-
.lumx-side-navigation-
|
|
10388
|
+
.lumx-side-navigation-item__link[data-focus-visible-added] {
|
|
10389
10389
|
outline: 2px solid var(--lumx-color-dark-N);
|
|
10390
10390
|
outline-offset: -2px;
|
|
10391
10391
|
}
|
|
10392
|
-
.lumx-side-navigation-
|
|
10392
|
+
.lumx-side-navigation-item__link:not([aria-disabled=true])[data-lumx-hover], .lumx-side-navigation-item__link:not([aria-disabled=true])[data-focus-visible-added] {
|
|
10393
10393
|
background-color: var(--lumx-color-dark-L5);
|
|
10394
10394
|
}
|
|
10395
10395
|
@media (hover: hover) {
|
|
10396
|
-
.lumx-side-navigation-
|
|
10396
|
+
.lumx-side-navigation-item__link:not([aria-disabled=true]):hover {
|
|
10397
10397
|
background-color: var(--lumx-color-dark-L5);
|
|
10398
10398
|
}}
|
|
10399
|
-
.lumx-side-navigation-
|
|
10399
|
+
.lumx-side-navigation-item__link:not([aria-disabled=true]):active, .lumx-side-navigation-item__link:not([aria-disabled=true])[data-lumx-active] {
|
|
10400
10400
|
background-color: var(--lumx-color-dark-L4);
|
|
10401
10401
|
}
|
|
10402
10402
|
|