quasar-ui-sellmate-ui-kit 2.2.7 → 2.2.8

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 v2.2.6
2
+ * quasar-ui-sellmate-ui-kit v2.2.7
3
3
  * (c) 2023 Sellmate Dev Team <dev@sellmate.co.kr>
4
4
  * Released under the MIT License.
5
5
  */
@@ -6993,7 +6993,7 @@
6993
6993
  font-size: 12px;
6994
6994
  }
6995
6995
  .q-field--outlined .q-field__control {
6996
- border-radius: 2px !important;
6996
+ border-radius: 2px;
6997
6997
  }
6998
6998
  .q-field--outlined .q-field__control:before {
6999
6999
  border: 1px solid rgba(0, 0, 0, 0.24);
@@ -7024,9 +7024,9 @@
7024
7024
  overflow: hidden;
7025
7025
  text-overflow: ellipsis;
7026
7026
  }
7027
- .q-field--disabled .q-field__inner {
7028
- background: #f6f6f6 !important;
7029
- color: #333333 !important;
7027
+ .q-field--disabled .q-field__inner .q-field__control {
7028
+ background: #eeeeee !important;
7029
+ color: #888888 !important;
7030
7030
  cursor: not-allowed;
7031
7031
  }
7032
7032