urfu-ui-kit-vanilla 1.1.4 → 1.1.5
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/package.json +1 -1
- package/src/main.css +3 -3
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -266,9 +266,6 @@ button {
|
|
|
266
266
|
position: relative;
|
|
267
267
|
margin-left: 8px;
|
|
268
268
|
}
|
|
269
|
-
.u-button-text .u-icon::before {
|
|
270
|
-
color: inherit;
|
|
271
|
-
}
|
|
272
269
|
.u-button-text .u-icon.icon-only {
|
|
273
270
|
margin: 0;
|
|
274
271
|
}
|
|
@@ -2227,6 +2224,9 @@ button {
|
|
|
2227
2224
|
border: none;
|
|
2228
2225
|
outline: none;
|
|
2229
2226
|
}
|
|
2227
|
+
.u-icon::before {
|
|
2228
|
+
color: inherit;
|
|
2229
|
+
}
|
|
2230
2230
|
.u-status {
|
|
2231
2231
|
display: flex;
|
|
2232
2232
|
justify-content: center;
|