@lucca-front/scss 20.3.0-rc.2 → 20.3.0-rc.4

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 (133) hide show
  1. package/dist/lucca-front.min.css +1 -1
  2. package/package.json +2 -2
  3. package/src/commons/config.scss +0 -5
  4. package/src/commons/core.scss +3 -3
  5. package/src/commons/exports.scss +1 -0
  6. package/src/commons/index.scss +2 -9
  7. package/src/commons/utils/index.scss +478 -480
  8. package/src/commons/utils/reset.scss +1 -1
  9. package/src/components/_sample/index.scss +6 -14
  10. package/src/components/appLayout/index.scss +7 -11
  11. package/src/components/avatar/index.scss +35 -43
  12. package/src/components/box/index.scss +14 -20
  13. package/src/components/breadcrumbs/index.scss +10 -16
  14. package/src/components/button/index.scss +134 -140
  15. package/src/components/button/mods.scss +0 -17
  16. package/src/components/buttonGroup/index.scss +8 -20
  17. package/src/components/calendar/index.scss +44 -56
  18. package/src/components/callout/index.scss +4 -8
  19. package/src/components/calloutDisclosure/index.scss +9 -15
  20. package/src/components/calloutFeedbackList/index.scss +4 -8
  21. package/src/components/calloutPopover/index.scss +12 -18
  22. package/src/components/card/component.scss +1 -0
  23. package/src/components/card/index.scss +23 -25
  24. package/src/components/card/mods.scss +31 -0
  25. package/src/components/checkbox/index.scss +30 -36
  26. package/src/components/checkboxField/index.scss +80 -90
  27. package/src/components/chip/index.scss +17 -23
  28. package/src/components/clear/index.scss +17 -23
  29. package/src/components/code/index.scss +4 -8
  30. package/src/components/collapse/index.scss +7 -11
  31. package/src/components/comment/index.scss +20 -30
  32. package/src/components/container/index.scss +25 -29
  33. package/src/components/contentSection/index.scss +2 -4
  34. package/src/components/dataTable/index.scss +52 -68
  35. package/src/components/dataTableSticked/index.scss +24 -32
  36. package/src/components/dateField/index.scss +20 -24
  37. package/src/components/dateRangeField/index.scss +25 -29
  38. package/src/components/dialog/index.scss +36 -40
  39. package/src/components/divider/index.scss +7 -11
  40. package/src/components/dropdown/component.scss +43 -17
  41. package/src/components/dropdown/index.scss +9 -12
  42. package/src/components/dropdown/mods.scss +4 -4
  43. package/src/components/dropdown/states.scss +4 -3
  44. package/src/components/dropdown/vars.scss +8 -6
  45. package/src/components/emptyState/index.scss +7 -11
  46. package/src/components/errorPage/index.scss +4 -8
  47. package/src/components/fancyBox/index.scss +4 -8
  48. package/src/components/field/index.scss +76 -96
  49. package/src/components/fieldset/index.scss +12 -18
  50. package/src/components/file/index.scss +30 -38
  51. package/src/components/fileEntry/index.scss +18 -24
  52. package/src/components/fileToolbar/index.scss +6 -10
  53. package/src/components/fileUpload/index.scss +31 -37
  54. package/src/components/filterBar/index.scss +13 -17
  55. package/src/components/filterBarDeprecated/index.scss +4 -8
  56. package/src/components/filterPill/index.scss +48 -56
  57. package/src/components/filters/index.scss +8 -14
  58. package/src/components/footer/index.scss +34 -38
  59. package/src/components/form/index.scss +84 -114
  60. package/src/components/form/mods.scss +5 -7
  61. package/src/components/formLabel/index.scss +13 -19
  62. package/src/components/gauge/index.scss +20 -26
  63. package/src/components/grid/index.scss +21 -25
  64. package/src/components/header/index.scss +12 -18
  65. package/src/components/highlightData/index.scss +24 -28
  66. package/src/components/horizontalNavigation/index.scss +36 -42
  67. package/src/components/index.scss +55 -57
  68. package/src/components/indexTable/index.scss +56 -54
  69. package/src/components/inlineMessage/index.scss +12 -18
  70. package/src/components/inputFramed/index.scss +24 -30
  71. package/src/components/label/index.scss +9 -13
  72. package/src/components/layout/index.scss +45 -51
  73. package/src/components/link/index.scss +8 -14
  74. package/src/components/link/mods.scss +1 -1
  75. package/src/components/list/index.scss +11 -15
  76. package/src/components/listboxOption/index.scss +115 -131
  77. package/src/components/listing/index.scss +18 -22
  78. package/src/components/loading/index.scss +23 -27
  79. package/src/components/main/index.scss +15 -21
  80. package/src/components/mainLayout/index.scss +20 -26
  81. package/src/components/mobileHeader/index.scss +4 -8
  82. package/src/components/mobileNavigation/index.scss +2 -4
  83. package/src/components/mobilePush/index.scss +4 -8
  84. package/src/components/multiSelect/index.scss +36 -46
  85. package/src/components/navside/index.scss +56 -78
  86. package/src/components/newBadge/index.scss +4 -8
  87. package/src/components/notchBox/index.scss +13 -17
  88. package/src/components/notchBox/mods.scss +125 -137
  89. package/src/components/numericBadge/index.scss +16 -22
  90. package/src/components/pageHeader/index.scss +22 -26
  91. package/src/components/pagination/index.scss +6 -12
  92. package/src/components/plgPush/index.scss +2 -4
  93. package/src/components/popover/component.scss +0 -17
  94. package/src/components/popover/index.scss +2 -4
  95. package/src/components/progress/index.scss +9 -15
  96. package/src/components/radio/index.scss +12 -18
  97. package/src/components/radioButtons/index.scss +9 -15
  98. package/src/components/radioField/index.scss +40 -46
  99. package/src/components/readMore/index.scss +15 -21
  100. package/src/components/richText/index.scss +14 -20
  101. package/src/components/scrollBox/index.scss +10 -14
  102. package/src/components/section/index.scss +12 -16
  103. package/src/components/segmentedControl/index.scss +15 -25
  104. package/src/components/simpleSelect/index.scss +33 -41
  105. package/src/components/skeleton/index.scss +37 -43
  106. package/src/components/skipLinks/index.scss +2 -4
  107. package/src/components/sortableList/index.scss +6 -12
  108. package/src/components/statusBadge/index.scss +4 -8
  109. package/src/components/switch/index.scss +29 -35
  110. package/src/components/switchField/index.scss +16 -22
  111. package/src/components/table/index.scss +64 -78
  112. package/src/components/tableFixed/index.scss +11 -13
  113. package/src/components/tableFixedDeprecated/index.scss +10 -14
  114. package/src/components/tableOfContent/index.scss +24 -28
  115. package/src/components/tableSortable/index.scss +16 -22
  116. package/src/components/tableSticked/index.scss +24 -28
  117. package/src/components/tableSticked/mods.scss +6 -6
  118. package/src/components/tableStickedDeprecated/index.scss +40 -46
  119. package/src/components/tag/index.scss +23 -29
  120. package/src/components/textField/index.scss +22 -30
  121. package/src/components/textField/mods.scss +1 -1
  122. package/src/components/textFlow/index.scss +2 -4
  123. package/src/components/textfields/index.scss +258 -279
  124. package/src/components/timeline/index.scss +66 -72
  125. package/src/components/timepicker/index.scss +15 -21
  126. package/src/components/title/index.scss +30 -43
  127. package/src/components/title/mods.scss +1 -1
  128. package/src/components/titleSection/index.scss +23 -31
  129. package/src/components/toast/index.scss +4 -8
  130. package/src/components/tooltip/index.scss +21 -25
  131. package/src/components/userPopover/index.scss +2 -4
  132. package/src/components/userTile/index.scss +22 -26
  133. package/src/components/verticalNavigation/index.scss +16 -26
@@ -1,423 +1,402 @@
1
1
  @use 'exports' as *;
2
2
 
3
3
  .textfield {
4
- @layer components {
5
- @include vars;
6
- @include component;
7
- }
4
+ @include vars;
5
+ @include component;
8
6
 
9
- @layer states {
10
- .textfield-input {
11
- &:is([disabled], .is-disabled, .disabled, [readonly], .is-readonly, .readonly) {
12
- @include inputDisabled;
13
- }
7
+ .textfield-input {
8
+ &:is([disabled], .is-disabled, .disabled, [readonly], .is-readonly, .readonly) {
9
+ @include inputDisabled;
14
10
  }
11
+ }
15
12
 
16
-
17
- &:is(.is-open, .open) {
18
- @include open;
19
- }
13
+ &:is(.is-open, .open) {
14
+ @include open;
20
15
  }
21
16
 
22
- @layer mods {
23
- &.mod-password {
24
- @include password;
17
+ &.mod-password {
18
+ @include password;
25
19
 
26
- .textfield-suffix-action {
27
- &:is([aria-pressed='true']) {
28
- @include passwordActionPressed;
29
- }
20
+ .textfield-suffix-action {
21
+ &:is([aria-pressed='true']) {
22
+ @include passwordActionPressed;
23
+ }
30
24
 
31
- &:is([aria-pressed='false']) {
32
- @include passwordActionNotPressed;
33
- }
25
+ &:is([aria-pressed='false']) {
26
+ @include passwordActionNotPressed;
34
27
  }
35
28
  }
29
+ }
36
30
 
37
- &.mod-search,
38
- &.mod-autocomplete {
39
- @include search;
31
+ &.mod-search,
32
+ &.mod-autocomplete {
33
+ @include search;
40
34
 
41
- &.mod-clearable {
42
- @include searchClearable;
43
- }
35
+ &.mod-clearable {
36
+ @include searchClearable;
37
+ }
44
38
 
45
- &.mod-S {
46
- @include searchS;
39
+ &.mod-S {
40
+ @include searchS;
47
41
 
48
- &.mod-clearable {
49
- @include searchClearableS;
50
- }
42
+ &.mod-clearable {
43
+ @include searchClearableS;
51
44
  }
45
+ }
52
46
 
53
- &.mod-XS {
54
- @include searchXS;
47
+ &.mod-XS {
48
+ @include searchXS;
55
49
 
56
- &.mod-clearable {
57
- @include searchClearableXS;
58
- }
50
+ &.mod-clearable {
51
+ @include searchClearableXS;
59
52
  }
60
53
  }
54
+ }
61
55
 
62
- &.mod-clearable {
63
- @include clearable;
64
-
65
- &.mod-S {
66
- @include clearableS;
67
- }
56
+ &.mod-clearable {
57
+ @include clearable;
68
58
 
69
- &.mod-XS {
70
- @include clearableXS;
71
- }
59
+ &.mod-S {
60
+ @include clearableS;
72
61
  }
73
62
 
74
- &.mod-withSuffix {
75
- @include suffix;
63
+ &.mod-XS {
64
+ @include clearableXS;
76
65
  }
66
+ }
77
67
 
78
- &.mod-noLabel {
79
- @include noLabel;
68
+ &.mod-withSuffix {
69
+ @include suffix;
70
+ }
80
71
 
81
- &.mod-XS {
82
- @include noLabelXS;
83
- }
72
+ &.mod-noLabel {
73
+ @include noLabel;
74
+
75
+ &.mod-XS {
76
+ @include noLabelXS;
84
77
  }
78
+ }
85
79
 
86
- &.mod-multiline {
87
- @include multiline;
80
+ &.mod-multiline {
81
+ @include multiline;
88
82
 
89
- &.mod-S {
90
- @include multilineS;
91
- }
83
+ &.mod-S {
84
+ @include multilineS;
92
85
  }
86
+ }
93
87
 
94
- &.mod-invert {
95
- @include invert;
96
- }
88
+ &.mod-invert {
89
+ @include invert;
90
+ }
97
91
 
98
- &.mod-radio {
99
- @include radio;
92
+ &.mod-radio {
93
+ @include radio;
94
+ }
95
+
96
+ &.mod-filter {
97
+ @include filter;
98
+
99
+ &:is(:hover) {
100
+ @include filterHover;
100
101
  }
102
+ }
101
103
 
102
- &.mod-filter {
103
- @include filter;
104
+ &.mod-S {
105
+ @include S;
104
106
 
105
- &:is(:hover) {
106
- @include filterHover;
107
+ &.textfield-input {
108
+ &.mod-icon {
109
+ @include inputIconS;
107
110
  }
108
111
  }
112
+ }
109
113
 
110
- &.mod-S {
111
- @include S;
114
+ &.mod-XS {
115
+ @include XS;
112
116
 
113
- &.textfield-input {
114
- &.mod-icon {
115
- @include inputIconS;
116
- }
117
+ &.textfield-input {
118
+ &.mod-icon {
119
+ @include inputIconXS;
117
120
  }
118
121
  }
122
+ }
119
123
 
120
- &.mod-XS {
121
- @include XS;
124
+ &.mod-shortest {
125
+ @include size('shortest');
126
+ }
122
127
 
123
- &.textfield-input {
124
- &.mod-icon {
125
- @include inputIconXS;
126
- }
127
- }
128
+ &.mod-shorter {
129
+ @include size('shorter');
130
+ }
131
+
132
+ &.mod-short {
133
+ @include size('short');
134
+ }
135
+
136
+ &.mod-default {
137
+ @include size('default');
138
+ }
139
+
140
+ &.mod-long {
141
+ @include size('long');
142
+ }
143
+
144
+ &.mod-longer {
145
+ @include size('longer');
146
+ }
147
+
148
+ &.mod-longest {
149
+ @include size('longest');
150
+ }
151
+
152
+ &.mod-compact {
153
+ @include compact;
154
+
155
+ &.mod-multiline {
156
+ @include compactMultiline;
128
157
  }
129
158
 
130
159
  &.mod-shortest {
131
- @include size('shortest');
160
+ @include compactSize('shortest');
132
161
  }
133
162
 
134
163
  &.mod-shorter {
135
- @include size('shorter');
164
+ @include compactSize('shorter');
136
165
  }
137
166
 
138
167
  &.mod-short {
139
- @include size('short');
168
+ @include compactSize('short');
140
169
  }
141
170
 
142
171
  &.mod-default {
143
- @include size('default');
172
+ @include compactSize('default');
144
173
  }
145
174
 
146
175
  &.mod-long {
147
- @include size('long');
176
+ @include compactSize('long');
148
177
  }
149
178
 
150
179
  &.mod-longer {
151
- @include size('longer');
180
+ @include compactSize('longer');
152
181
  }
153
182
 
154
183
  &.mod-longest {
155
- @include size('longest');
184
+ @include compactSize('longest');
156
185
  }
186
+ }
157
187
 
158
- &.mod-compact {
159
- @include compact;
160
-
161
- &.mod-multiline {
162
- @include compactMultiline;
163
- }
164
-
165
- &.mod-shortest {
166
- @include compactSize('shortest');
167
- }
168
-
169
- &.mod-shorter {
170
- @include compactSize('shorter');
171
- }
172
-
173
- &.mod-short {
174
- @include compactSize('short');
175
- }
176
-
177
- &.mod-default {
178
- @include compactSize('default');
179
- }
180
-
181
- &.mod-long {
182
- @include compactSize('long');
183
- }
184
-
185
- &.mod-longer {
186
- @include compactSize('longer');
187
- }
188
+ &.mod-material {
189
+ @include material;
188
190
 
189
- &.mod-longest {
190
- @include compactSize('longest');
191
+ &.mod-search {
192
+ &.mod-block {
193
+ &.mod-clearable {
194
+ @include materialSearchBlockClearableInput;
195
+ }
191
196
  }
192
197
  }
193
- }
194
-
195
- @layer mods {
196
- &.mod-material {
197
- @include material;
198
198
 
199
- &.mod-search {
200
- &.mod-block {
201
- &.mod-clearable {
202
- @include materialSearchBlockClearableInput;
203
- }
204
- }
199
+ .textfield-input {
200
+ &:is(:focus, .is-focused, .focused) {
201
+ @include materialInputFocus;
205
202
  }
206
203
 
207
- &.mod-S {
208
- @include materialS;
204
+ &:is(.is-filled, .filled) {
205
+ @include materialInputFilled;
209
206
  }
210
207
 
211
- &.mod-withSuffix {
212
- @include materialSuffix;
208
+ &:is([disabled], .is-disabled, .disabled, [readonly], .is-readonly, .readonly) {
209
+ @include materialInputDisabled;
213
210
  }
214
211
 
215
- &.mod-noLabel {
216
- @include materialNoLabel;
212
+ &:is(.is-invalid, .invalid, .is-error, .error) {
213
+ @include materialInputState('error');
217
214
  }
218
215
 
219
- &.mod-search,
220
- &.mod-autocomplete {
221
- @include materialSearch;
216
+ &:is(.is-warning, .warning) {
217
+ @include materialInputState('warning');
222
218
  }
223
219
 
224
- &.mod-radio {
225
- @include materialRadio;
220
+ &:is(.is-success, .success) {
221
+ @include materialInputState('success');
226
222
  }
227
223
  }
228
- }
229
-
230
- @layer states {
231
- &.mod-material {
232
- .textfield-input {
233
- &:is(:focus, .is-focused, .focused) {
234
- @include materialInputFocus;
235
- }
236
224
 
237
- &:is(.is-filled, .filled) {
238
- @include materialInputFilled;
239
- }
225
+ &.mod-S {
226
+ @include materialS;
227
+ }
240
228
 
241
- &:is([disabled], .is-disabled, .disabled, [readonly], .is-readonly, .readonly) {
242
- @include materialInputDisabled;
243
- }
229
+ &.mod-withSuffix {
230
+ @include materialSuffix;
231
+ }
244
232
 
245
- &:is(.is-invalid, .invalid, .is-error, .error) {
246
- @include materialInputState('error');
247
- }
233
+ &.mod-noLabel {
234
+ @include materialNoLabel;
235
+ }
248
236
 
249
- &:is(.is-warning, .warning) {
250
- @include materialInputState('warning');
251
- }
237
+ &.mod-search,
238
+ &.mod-autocomplete {
239
+ @include materialSearch;
240
+ }
252
241
 
253
- &:is(.is-success, .success) {
254
- @include materialInputState('success');
255
- }
256
- }
242
+ &.mod-radio {
243
+ @include materialRadio;
244
+ }
257
245
 
258
- &:is(.is-loading, .loading) {
259
- @include materialLoading;
260
- }
246
+ &:is(.is-loading, .loading) {
247
+ @include materialLoading;
248
+ }
261
249
 
262
- &:is(.is-valid, .valid) {
263
- @include materialValid;
264
- }
250
+ &:is(.is-valid, .valid) {
251
+ @include materialValid;
265
252
  }
266
253
  }
267
254
  }
268
255
 
269
- @layer states {
270
- .textfield-input {
271
- &:is(:hover) {
272
- @include inputHover;
273
- }
274
-
275
- &:is(:focus-visible, .is-focused, .focused) {
276
- @include inputFocus;
277
- }
256
+ .textfield-input {
257
+ &:is(:hover) {
258
+ @include inputHover;
278
259
  }
279
260
 
280
- .textfield-options-entry {
281
- &:is(:hover, .is-focus, .focus) {
282
- @include entryHover;
283
- }
261
+ &:is(:focus-visible, .is-focused, .focused) {
262
+ @include inputFocus;
284
263
  }
285
264
  }
286
265
 
287
- @layer mods {
288
- .textfield-suffix {
289
- &.mod-icon {
290
- @include suffixIcon;
291
- }
266
+ .textfield-suffix {
267
+ &.mod-icon {
268
+ @include suffixIcon;
292
269
  }
293
270
  }
294
271
 
295
- @layer mods {
296
- .textfield.mod-framed,
297
- .form.mod-framed .textfield {
298
- @include framed;
272
+ .textfield-options-entry {
273
+ &:is(:hover, .is-focus, .focus) {
274
+ @include entryHover;
275
+ }
276
+ }
299
277
 
300
- &.mod-multiline {
301
- @include framedMultiline;
278
+ .textfield.mod-framed,
279
+ .form.mod-framed .textfield {
280
+ @include framed;
302
281
 
303
- &.mod-S {
304
- @include framedMultilineS;
305
- }
306
- }
282
+ &.mod-multiline {
283
+ @include framedMultiline;
307
284
 
308
- &.mod-search {
309
- @include framedSearch;
285
+ &.mod-S {
286
+ @include framedMultilineS;
310
287
  }
311
288
  }
312
- }
313
289
 
314
- @layer states {
315
- .textfield.mod-framed,
316
- .form.mod-framed .textfield {
317
- &:is(.is-error, .error) {
318
- @include framedState('error');
290
+ &.mod-search {
291
+ @include framedSearch;
292
+ }
319
293
 
320
- &:is(:focus-within, :hover) {
321
- @include framedErrorHover;
322
- }
294
+ &:is(.is-error, .error) {
295
+ @include framedState('error');
323
296
 
324
- &:is(:hover) {
325
- @include framedStateHover('error');
326
- }
297
+ &:is(:focus-within, :hover) {
298
+ @include framedErrorHover;
299
+ }
327
300
 
328
- &:is(:focus-within) {
329
- @include framedStateFocus('error');
330
- }
301
+ &:is(:hover) {
302
+ @include framedStateHover('error');
303
+ }
331
304
 
332
- .textfield-input {
333
- &:hover {
334
- @include framedStateInputHover('error');
335
- }
305
+ &:is(:focus-within) {
306
+ @include framedStateFocus('error');
307
+ }
336
308
 
337
- &:focus {
338
- @include framedStateInputFocus('error');
339
- }
309
+ .textfield-input {
310
+ &:hover {
311
+ @include framedStateInputHover('error');
340
312
  }
341
313
 
342
- &.mod-search,
343
- &.mod-autocomplete,
344
- &.mod-select {
345
- @include framedStateSearch('error');
314
+ &:focus {
315
+ @include framedStateInputFocus('error');
346
316
  }
347
317
  }
348
318
 
349
- &:is(.is-loading, .loading) {
350
- @include framedLoading;
319
+ &.mod-search,
320
+ &.mod-autocomplete,
321
+ &.mod-select {
322
+ @include framedStateSearch('error');
351
323
  }
324
+ }
352
325
 
353
- &:is(.is-warning, .warning) {
354
- @include framedState('warning');
326
+ &:is(.is-loading, .loading) {
327
+ @include framedLoading;
328
+ }
355
329
 
356
- &:is(:hover) {
357
- @include framedStateHover('warning');
358
- }
330
+ &:is(.is-warning, .warning) {
331
+ @include framedState('warning');
359
332
 
360
- &:is(:focus-within) {
361
- @include framedStateFocus('warning');
362
- }
333
+ &:is(:hover) {
334
+ @include framedStateHover('warning');
335
+ }
363
336
 
364
- .textfield-input {
365
- &:hover {
366
- @include framedStateInputHover('warning');
367
- }
337
+ &:is(:focus-within) {
338
+ @include framedStateFocus('warning');
339
+ }
368
340
 
369
- &:focus {
370
- @include framedStateInputFocus('warning');
371
- }
341
+ .textfield-input {
342
+ &:hover {
343
+ @include framedStateInputHover('warning');
372
344
  }
373
345
 
374
- &.mod-search,
375
- &.mod-autocomplete,
376
- &.mod-select {
377
- @include framedStateSearch('warning');
346
+ &:focus {
347
+ @include framedStateInputFocus('warning');
378
348
  }
379
349
  }
380
350
 
381
- &:is(.is-success, .is-valid, .valid, .success) {
382
- @include framedState('success');
351
+ &.mod-search,
352
+ &.mod-autocomplete,
353
+ &.mod-select {
354
+ @include framedStateSearch('warning');
355
+ }
356
+ }
383
357
 
384
- &:is(:hover) {
385
- @include framedStateHover('success');
386
- }
358
+ &:is(.is-success, .is-valid, .valid, .success) {
359
+ @include framedState('success');
387
360
 
388
- &:is(:focus-within) {
389
- @include framedStateFocus('success');
390
- }
361
+ &:is(:hover) {
362
+ @include framedStateHover('success');
363
+ }
391
364
 
392
- .textfield-input {
393
- &:hover {
394
- @include framedStateInputHover('success');
395
- }
365
+ &:is(:focus-within) {
366
+ @include framedStateFocus('success');
367
+ }
396
368
 
397
- &:focus {
398
- @include framedStateInputFocus('success');
399
- }
369
+ .textfield-input {
370
+ &:hover {
371
+ @include framedStateInputHover('success');
400
372
  }
401
373
 
402
- &.mod-search,
403
- &.mod-autocomplete,
404
- &.mod-select {
405
- @include framedStateSearch('success');
374
+ &:focus {
375
+ @include framedStateInputFocus('success');
406
376
  }
407
377
  }
408
378
 
409
- .textfield-input {
410
- &:is(:hover) {
411
- @include framedInputHover;
412
- }
379
+ &.mod-search,
380
+ &.mod-autocomplete,
381
+ &.mod-select {
382
+ @include framedStateSearch('success');
383
+ }
384
+ }
413
385
 
414
- &:is(:focus) {
415
- @include framedInputFocus;
416
- }
386
+ .textfield-input {
387
+ &:is(:hover) {
388
+ @include framedInputHover;
389
+ }
417
390
 
418
- &:is(:invalid, .is-invalid, .invalid) {
419
- @include framedInputInvalid;
420
- }
391
+ &:is(:focus) {
392
+ @include framedInputFocus;
393
+ }
394
+
395
+ &:is(:invalid, .is-invalid, .invalid) {
396
+ @include framedInputInvalid;
397
+ }
398
+
399
+ &:is(.is-error, .invalid) {
421
400
  }
422
401
  }
423
402
  }