@uniai-fe/ui-legacy 0.1.31 → 0.1.32

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/ui-legacy",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "Legacy UI Toolkit for UNIAI FE Projects",
5
5
  "type": "module",
6
6
  "private": false,
@@ -287,14 +287,14 @@ input::placeholder {
287
287
  opacity: 1;
288
288
  color: #959595;
289
289
  }
290
- input:focus::placeholder {
290
+ input:not([readonly], [disabled]):focus::placeholder {
291
291
  color: transparent;
292
292
  }
293
293
  textarea::placeholder {
294
294
  opacity: 1;
295
295
  color: #959595;
296
296
  }
297
- textarea:focus::placeholder {
297
+ textarea:not([readonly], [disabled]):focus::placeholder {
298
298
  color: transparent;
299
299
  }
300
300
  [type="button"],
@@ -412,7 +412,7 @@ progress::-webkit-progress-bar {
412
412
  background-color: #fff;
413
413
  }
414
414
  progress::-webkit-progress-value {
415
- background-color: grey;
415
+ background-color: gray;
416
416
  }
417
417
 
418
418
  // .readonly {display:none;}