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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/main.css +3 -3
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for Vanilla Web",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
- "version": "1.1.4",
6
+ "version": "1.1.5",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "start": "vite",
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;