@stack-spot/citric-react 0.18.0 → 0.18.1
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/citric.css +4 -1
- package/package.json +1 -1
package/dist/citric.css
CHANGED
|
@@ -1772,7 +1772,10 @@ nav[data-citric="menu"].rounded-items, [data-citric="menu"].rounded-items nav {
|
|
|
1772
1772
|
width: var(--size);
|
|
1773
1773
|
height: var(--size);
|
|
1774
1774
|
color: var(--fg);
|
|
1775
|
-
|
|
1775
|
+
|
|
1776
|
+
&:not([data-feedback]) {
|
|
1777
|
+
overflow: hidden;
|
|
1778
|
+
}
|
|
1776
1779
|
|
|
1777
1780
|
/* Sizes */
|
|
1778
1781
|
|