@clayui/css 3.44.1 → 3.44.2
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/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +1 -0
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/cadmin/variables/_navs.scss +1 -0
- package/src/scss/mixins/_buttons.scss +27 -64
package/lib/css/cadmin.css
CHANGED
|
@@ -10669,6 +10669,7 @@ html:not(#__):not(#___) .cadmin .nav-underline .nav-link.active {
|
|
|
10669
10669
|
color: #272833;
|
|
10670
10670
|
}
|
|
10671
10671
|
html:not(#__):not(#___) .cadmin .nav-underline .nav-link.active::after {
|
|
10672
|
+
background-color: #80acff;
|
|
10672
10673
|
content: "";
|
|
10673
10674
|
height: 2px;
|
|
10674
10675
|
}
|