@i-cell/ids-styles 0.0.52 → 0.0.53
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/dist/components.css +2 -2
- package/dist/components.min.css +1 -1
- package/dist/components.plugin.js +4 -2
- package/dist/overlay-panel/overlay-panel.css +2 -2
- package/dist/overlay-panel/overlay-panel.min.css +1 -1
- package/dist/overlay-panel/overlay-panel.plugin.js +4 -2
- package/package.json +1 -1
package/dist/components.css
CHANGED
|
@@ -9481,10 +9481,10 @@ a.ids-menu-item:link, a.ids-menu-item:visited {
|
|
|
9481
9481
|
.ids-overlay-panel.ids-overlay-panel-elevated.ids-overlay-panel-surface.ids-overlay-panel-outlined {
|
|
9482
9482
|
border-color: var(--ids-comp-overlay-panel-elevated-color-border-surface-default);
|
|
9483
9483
|
}
|
|
9484
|
-
.ids-overlay-panel button:hover {
|
|
9484
|
+
.ids-overlay-panel.ids-overlay-panel-has-menu button:hover {
|
|
9485
9485
|
border-color: transparent;
|
|
9486
9486
|
}
|
|
9487
|
-
.ids-overlay-panel button:focus, .ids-overlay-panel button:focus-visible {
|
|
9487
|
+
.ids-overlay-panel.ids-overlay-panel-has-menu button:focus, .ids-overlay-panel.ids-overlay-panel-has-menu button:focus-visible {
|
|
9488
9488
|
outline-style: none !important;
|
|
9489
9489
|
}
|
|
9490
9490
|
|