@deque/cauldron-styles 5.0.0-canary.09ebdf83 → 5.0.0-canary.ce15231f
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/index.css +2 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1944,7 +1944,8 @@ p .Link {
|
|
|
1944
1944
|
}
|
|
1945
1945
|
|
|
1946
1946
|
.OptionsMenu__list-item:focus {
|
|
1947
|
-
box-shadow: inset 0 0 0
|
|
1947
|
+
box-shadow: inset 0 0 0 1px var(--options-menu-hover-background-color),
|
|
1948
|
+
inset 0 0 0 3px var(--focus);
|
|
1948
1949
|
}
|
|
1949
1950
|
|
|
1950
1951
|
.OptionsMenu__list-item[aria-disabled='true'] {
|
package/package.json
CHANGED