sfc-utils 1.3.19 → 1.3.20
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/css/nav3.less +0 -2
- package/package.json +1 -1
package/css/nav3.less
CHANGED
|
@@ -80,7 +80,6 @@
|
|
|
80
80
|
#nav2-sub-box div {
|
|
81
81
|
&::after {
|
|
82
82
|
content: " ";
|
|
83
|
-
background: @sub-icon;
|
|
84
83
|
background-position: center center;
|
|
85
84
|
background-repeat: no-repeat;
|
|
86
85
|
padding: 6px;
|
|
@@ -102,7 +101,6 @@
|
|
|
102
101
|
#nav2-sub-box div {
|
|
103
102
|
&::after {
|
|
104
103
|
content: " ";
|
|
105
|
-
background: @sub-icon-invert;
|
|
106
104
|
}
|
|
107
105
|
}
|
|
108
106
|
}
|