quasar-ui-sellmate-ui-kit 3.14.15 → 3.14.16

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/dist/index.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * quasar-ui-sellmate-ui-kit v3.14.14
2
+ * quasar-ui-sellmate-ui-kit v3.14.15
3
3
  * (c) 2025 Sellmate Dev Team <dev@sellmate.co.kr>
4
4
  * Released under the MIT License.
5
5
  */
@@ -7580,9 +7580,12 @@ http://scripts.sil.org/OFL
7580
7580
  .q-field--outlined .q-field__control:before {
7581
7581
  border: 1px solid rgba(0, 0, 0, 0.24);
7582
7582
  }
7583
+ .q-field--outlined .q-field__control:after {
7584
+ transition: none !important;
7585
+ }
7583
7586
  .q-field--outlined .q-field__control:hover:after {
7584
7587
  border: 1px solid;
7585
- border-color: #0075ff;
7588
+ border-color: #0075ff !important;
7586
7589
  box-shadow: 0 0 4px #0075ff;
7587
7590
  }
7588
7591
  .q-field--outlined.q-field--highlighted .q-field__control:hover:before {
@@ -7590,6 +7593,12 @@ http://scripts.sil.org/OFL
7590
7593
  }
7591
7594
  .q-field--outlined.q-field--highlighted .q-field__control:after {
7592
7595
  border: 1px solid;
7596
+ }
7597
+ .q-field--focused.q-field--highlighted .q-field__control:hover:before {
7598
+ border-color: transparent;
7599
+ }
7600
+ .q-field--focused.q-field--highlighted .q-field__control:after {
7601
+ border: 1px solid;
7593
7602
  border-color: #0075ff;
7594
7603
  box-shadow: 0 0 4px #0075ff;
7595
7604
  }