@mythpe/quasar-ui-qui 0.4.23 → 0.4.24

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": "@mythpe/quasar-ui-qui",
3
- "version": "0.4.23",
3
+ "version": "0.4.24",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -15,16 +15,34 @@ $radius-value: $generic-border-radius !default
15
15
  .q-field__label::after
16
16
  color: var(--q-negative)
17
17
 
18
+ .q-field--standout.q-field--highlighted.q-field--error
19
+ .q-field__control
20
+ background: rgba($negative, 0.8) !important
21
+ color: #ffffff !important
22
+
23
+ .q-field--standout.q-field--highlighted.q-field--error
24
+ .q-field__control,
25
+ .q-field__native,
26
+ .q-field__prefix,
27
+ .q-field__suffix,
28
+ .q-field__prepend,
29
+ .q-field__append,
30
+ .q-field__label:after,
31
+ .q-field__input,
32
+ .q-btn.text-negative,
33
+ &.q-field--dark .q-field__bottom .q-field__messages
34
+ color: #ffffff !important
35
+
18
36
  .m-input__top-label__content
19
37
  color: var(--q-negative)
20
38
 
21
-
22
39
  [data-input-name].m-input__required
23
40
  &:not(.m-input__is-top-label)
24
41
  > .q-field
25
42
  &:not(.q-field--disabled)
26
43
  .q-field__label::after
27
44
  content: ' *'
45
+ color: var(--q-negative)
28
46
 
29
47
  .m-input__top-label__content::after
30
48
  content: ' *'
@@ -43,3 +61,14 @@ $radius-value: $generic-border-radius !default
43
61
  .m-input__top-label
44
62
  .m-help-row
45
63
  margin-top: 0
64
+
65
+ [data-input-name]
66
+ .q-field--standout.q-field--highlighted.q-field--dark
67
+ .q-field__control,
68
+ .q-field__native,
69
+ .q-field__prefix,
70
+ .q-field__suffix,
71
+ .q-field__prepend,
72
+ .q-field__append,
73
+ .q-field__input
74
+ color: #ffffff !important
@@ -115,28 +115,3 @@ pre
115
115
 
116
116
  .m-input__top-label__content
117
117
  font-size: $m-input-top-label-font-size
118
-
119
- .q-field--error
120
- &.q-field--standout
121
- &.q-field--highlighted .q-field__control
122
- background: rgba($negative, 0.8) !important
123
- color: #ffffff !important
124
-
125
- .q-field--error.q-field--standout.q-field--highlighted
126
- .q-field__control
127
- background: rgba($negative, 0.8) !important
128
- color: #ffffff !important
129
-
130
- .q-field__append,
131
- .q-field__prefix
132
- .q-btn.text-negative
133
- color: #ffffff
134
-
135
- .q-field--standout.q-field--dark.q-field--highlighted
136
- .q-field__native,
137
- .q-field__prefix,
138
- .q-field__suffix,
139
- .q-field__prepend,
140
- .q-field__append,
141
- .q-field__input
142
- color: #ffffff