meixioacomponent 0.1.8 → 0.1.81
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.
|
@@ -22850,7 +22850,7 @@
|
|
|
22850
22850
|
font-size: 12px;
|
|
22851
22851
|
}
|
|
22852
22852
|
.el-color-dropdown__link-btn:hover {
|
|
22853
|
-
color:
|
|
22853
|
+
color: calc(var(--color-primary));
|
|
22854
22854
|
}
|
|
22855
22855
|
.el-color-picker {
|
|
22856
22856
|
display: inline-block;
|
package/lib/style/index.less
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
@import "./element/index.css";
|
|
2
|
-
@import "./element/common_class.less";
|
|
3
1
|
@import "./theme/theme.less";
|
|
4
2
|
@import "./variables.less";
|
|
3
|
+
@import "./element/index.css";
|
|
4
|
+
@import "./element/common_class.less";
|
|
5
|
+
@import "./iconfont/iconfont.css";
|
|
5
6
|
|
|
6
7
|
body {
|
|
7
8
|
color: var(--font-white-2);
|
package/package.json
CHANGED
|
@@ -22850,7 +22850,7 @@
|
|
|
22850
22850
|
font-size: 12px;
|
|
22851
22851
|
}
|
|
22852
22852
|
.el-color-dropdown__link-btn:hover {
|
|
22853
|
-
color:
|
|
22853
|
+
color: calc(var(--color-primary));
|
|
22854
22854
|
}
|
|
22855
22855
|
.el-color-picker {
|
|
22856
22856
|
display: inline-block;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
@import "./element/index.css";
|
|
2
|
-
@import "./element/common_class.less";
|
|
3
1
|
@import "./theme/theme.less";
|
|
4
2
|
@import "./variables.less";
|
|
3
|
+
@import "./element/index.css";
|
|
4
|
+
@import "./element/common_class.less";
|
|
5
|
+
@import "./iconfont/iconfont.css";
|
|
5
6
|
|
|
6
7
|
body {
|
|
7
8
|
color: var(--font-white-2);
|