element-sim 1.0.8 → 1.0.9
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/CHANGELOG.es.md
CHANGED
package/package.json
CHANGED
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
& + .el-checkbox__label {
|
|
161
|
-
color: $--checkbox-checked-font-color;
|
|
161
|
+
// color: $--checkbox-checked-font-color;
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
@include when(focus) { /*focus时 视觉上区分*/
|
|
@@ -168,19 +168,19 @@
|
|
|
168
168
|
}
|
|
169
169
|
@include when(indeterminate) {
|
|
170
170
|
.el-checkbox__inner {
|
|
171
|
-
background-color: $--checkbox-
|
|
172
|
-
border-color: $--
|
|
171
|
+
background-color: $--checkbox-background-color;
|
|
172
|
+
border-color: $--border-color-base;
|
|
173
173
|
|
|
174
174
|
&::before {
|
|
175
175
|
content: '';
|
|
176
176
|
position: absolute;
|
|
177
177
|
display: block;
|
|
178
|
-
background-color: $--
|
|
179
|
-
height:
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
top:
|
|
178
|
+
background-color: $--color-primary;
|
|
179
|
+
height: 8.75px;
|
|
180
|
+
width: 8.75px;
|
|
181
|
+
transform: translate(-50%, -50%) scale(1);
|
|
182
|
+
left: 50%;
|
|
183
|
+
top: 50%;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
&::after {
|
|
@@ -156,7 +156,7 @@ $--checkbox-font-size: 14px !default;
|
|
|
156
156
|
/// fontWeight||Font|1
|
|
157
157
|
$--checkbox-font-weight: $--font-weight-primary !default;
|
|
158
158
|
/// color||Color|0
|
|
159
|
-
$--checkbox-font-color: $--color-text-
|
|
159
|
+
$--checkbox-font-color: $--color-text-primary !default;
|
|
160
160
|
$--checkbox-input-height: 14px !default;
|
|
161
161
|
$--checkbox-input-width: 14px !default;
|
|
162
162
|
/// borderRadius||Border|2
|