@featherk/styles 0.4.9 → 0.4.10
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/README.md +1 -1
- package/dist/v8.2.0/css/featherk.css +1 -1
- package/dist/v8.2.0/external-styles/featherk-overrides--k-tooltip.css +1 -1
- package/dist/v8.2.0/scss/_externalStyles.scss +3 -1
- package/dist/v8.2.0/scss/_overrides.scss +87 -28
- package/dist/v8.2.0/scss/_tokens.scss +16 -11
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* Tooltip is created in the DOM as too often used .k-animation-container */
|
|
2
2
|
.k-animation-container:has(.k-tooltip) {
|
|
3
|
-
white-space:
|
|
3
|
+
white-space: overflow-wrap;
|
|
4
4
|
background-color: var(--kendo-color-primary-hover);
|
|
5
5
|
border-radius: 0.25rem;
|
|
6
6
|
max-width: 50ch;
|
|
@@ -89,10 +89,6 @@
|
|
|
89
89
|
border-top-right-radius: $feather-kendo-border-radius-md;
|
|
90
90
|
overflow: hidden;
|
|
91
91
|
|
|
92
|
-
}
|
|
93
|
-
.k-menu-button.k-button{
|
|
94
|
-
text-transform: uppercase;
|
|
95
|
-
|
|
96
92
|
}
|
|
97
93
|
.k-chip.k-chip-solid-base{
|
|
98
94
|
color: $feather-feather-secondary-text-on-surface;
|
|
@@ -205,7 +201,7 @@
|
|
|
205
201
|
}
|
|
206
202
|
.k-button.k-hover.k-button-outline.k-button-outline-primary,.k-button.k-state-hover.k-button-outline.k-button-outline-primary,.k-button.k-state-hovered.k-button-outline.k-button-outline-primary,.k-button:hover.k-button-outline.k-button-outline-primary{
|
|
207
203
|
color: k-color( primary );
|
|
208
|
-
background-color:
|
|
204
|
+
background-color: initial;
|
|
209
205
|
background-image: $feather-feather-hover-on-surface-gradient;
|
|
210
206
|
|
|
211
207
|
}
|
|
@@ -215,7 +211,7 @@
|
|
|
215
211
|
}
|
|
216
212
|
.k-button.k-active.k-button-outline.k-button-outline-primary,.k-button.k-state-active.k-button-outline.k-button-outline-primary,.k-button:active.k-button-outline.k-button-outline-primary{
|
|
217
213
|
color: k-color( primary );
|
|
218
|
-
background-color:
|
|
214
|
+
background-color: initial;
|
|
219
215
|
background-image: $feather-feather-active-on-surface-gradient;
|
|
220
216
|
|
|
221
217
|
}
|
|
@@ -235,7 +231,7 @@
|
|
|
235
231
|
|
|
236
232
|
}
|
|
237
233
|
.k-button.k-focus.k-button-flat.k-button-flat-primary,.k-button.k-state-focus.k-button-flat.k-button-flat-primary,.k-button.k-state-focused.k-button-flat.k-button-flat-primary,.k-button:focus.k-button-flat.k-button-flat-primary{
|
|
238
|
-
@extend %feather-effects-feather-focus-outer-on-
|
|
234
|
+
@extend %feather-effects-feather-focus-outer-on-surface-important;
|
|
239
235
|
|
|
240
236
|
}
|
|
241
237
|
.k-button.k-button-flat.k-button-flat-primary{
|
|
@@ -264,7 +260,7 @@
|
|
|
264
260
|
|
|
265
261
|
}
|
|
266
262
|
.k-button.k-focus.k-button-outline.k-button-outline-primary,.k-button.k-state-focus.k-button-outline.k-button-outline-primary,.k-button.k-state-focused.k-button-outline.k-button-outline-primary,.k-button:focus.k-button-outline.k-button-outline-primary{
|
|
267
|
-
@extend %feather-effects-feather-focus-outer-on-
|
|
263
|
+
@extend %feather-effects-feather-focus-outer-on-surface;
|
|
268
264
|
|
|
269
265
|
}
|
|
270
266
|
.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip{
|
|
@@ -3658,7 +3654,7 @@
|
|
|
3658
3654
|
border-right-style: solid;
|
|
3659
3655
|
border-top-style: solid;
|
|
3660
3656
|
background-color: rgba(0, 0, 0, 0);
|
|
3661
|
-
background-image:
|
|
3657
|
+
background-image: none;
|
|
3662
3658
|
transition-property: all;
|
|
3663
3659
|
transition-duration: 280ms;
|
|
3664
3660
|
transition-timing-function: ease-out;
|
|
@@ -3967,7 +3963,8 @@
|
|
|
3967
3963
|
|
|
3968
3964
|
}
|
|
3969
3965
|
.k-card .k-card-header .k-card-title{
|
|
3970
|
-
|
|
3966
|
+
@extend %feather-typography-feather-heading-3;
|
|
3967
|
+
color: $feather-feather-secondary-text-on-surface;
|
|
3971
3968
|
|
|
3972
3969
|
}
|
|
3973
3970
|
.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-hover,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-state-hover,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-state-hovered,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link:hover{
|
|
@@ -4135,10 +4132,10 @@
|
|
|
4135
4132
|
|
|
4136
4133
|
}
|
|
4137
4134
|
.k-button.k-button-outline.k-button-outline-primary.k-icon-button{
|
|
4138
|
-
border-bottom-left-radius: $feather-feather-border-radius;
|
|
4139
|
-
border-bottom-right-radius: $feather-feather-border-radius;
|
|
4140
|
-
border-top-left-radius: $feather-feather-border-radius;
|
|
4141
|
-
border-top-right-radius: $feather-feather-border-radius;
|
|
4135
|
+
border-bottom-left-radius: $feather-feather-border-radius-full;
|
|
4136
|
+
border-bottom-right-radius: $feather-feather-border-radius-full;
|
|
4137
|
+
border-top-left-radius: $feather-feather-border-radius-full;
|
|
4138
|
+
border-top-right-radius: $feather-feather-border-radius-full;
|
|
4142
4139
|
|
|
4143
4140
|
}
|
|
4144
4141
|
.k-button.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon >svg{
|
|
@@ -4161,6 +4158,7 @@
|
|
|
4161
4158
|
.k-button.k-icon-button{
|
|
4162
4159
|
aspect-ratio: 1/1;
|
|
4163
4160
|
width: $feather-feather-container-height-md;
|
|
4161
|
+
overflow: hidden;
|
|
4164
4162
|
|
|
4165
4163
|
}
|
|
4166
4164
|
.k-button.k-icon-button.k-button-md{
|
|
@@ -4169,13 +4167,6 @@
|
|
|
4169
4167
|
padding-right: 0px;
|
|
4170
4168
|
padding-top: 0px;
|
|
4171
4169
|
|
|
4172
|
-
}
|
|
4173
|
-
.k-button.k-button-solid-base.k-icon-button.k-rounded-md{
|
|
4174
|
-
border-bottom-left-radius: $feather-feather-border-radius-full;
|
|
4175
|
-
border-bottom-right-radius: $feather-feather-border-radius-full;
|
|
4176
|
-
border-top-left-radius: $feather-feather-border-radius-full;
|
|
4177
|
-
border-top-right-radius: $feather-feather-border-radius-full;
|
|
4178
|
-
|
|
4179
4170
|
}
|
|
4180
4171
|
.k-button.k-icon-button .k-button-icon.k-icon.k-svg-icon >svg{
|
|
4181
4172
|
width: $feather-kendo-icon-size;
|
|
@@ -4259,13 +4250,6 @@
|
|
|
4259
4250
|
.k-button-group .k-button.k-selected{
|
|
4260
4251
|
box-shadow: inset 1px 0px 0px 0px $feather-feather-disabled-text-on-color,inset -1px 0px 0px 0px $feather-feather-disabled-text-on-color;
|
|
4261
4252
|
|
|
4262
|
-
}
|
|
4263
|
-
.k-button.k-button-solid-base.k-icon-button.k-rounded-md{
|
|
4264
|
-
border-bottom-left-radius: $feather-feather-border-radius-full;
|
|
4265
|
-
border-bottom-right-radius: $feather-feather-border-radius-full;
|
|
4266
|
-
border-top-left-radius: $feather-feather-border-radius-full;
|
|
4267
|
-
border-top-right-radius: $feather-feather-border-radius-full;
|
|
4268
|
-
|
|
4269
4253
|
}
|
|
4270
4254
|
.k-button-group .k-button.k-active.k-icon-button,.k-button-group .k-button.k-state-active.k-icon-button,.k-button-group .k-button:active.k-icon-button{
|
|
4271
4255
|
border-bottom-left-radius: inherit;
|
|
@@ -4591,6 +4575,14 @@
|
|
|
4591
4575
|
transition-property: all;
|
|
4592
4576
|
transition-duration: 280ms;
|
|
4593
4577
|
transition-timing-function: ease-out;
|
|
4578
|
+
border-bottom-style: none;
|
|
4579
|
+
border-left-style: none;
|
|
4580
|
+
border-right-style: none;
|
|
4581
|
+
border-top-style: none;
|
|
4582
|
+
border-bottom-left-radius: $feather-feather-border-radius-s;
|
|
4583
|
+
border-bottom-right-radius: $feather-feather-border-radius-s;
|
|
4584
|
+
border-top-left-radius: $feather-feather-border-radius-s;
|
|
4585
|
+
border-top-right-radius: $feather-feather-border-radius-s;
|
|
4594
4586
|
|
|
4595
4587
|
}
|
|
4596
4588
|
.k-expander.k-expanded .k-expander-content-wrapper{
|
|
@@ -4602,4 +4594,71 @@
|
|
|
4602
4594
|
.k-grid.k-grid-md .k-grid-header .k-grid-header-wrap{
|
|
4603
4595
|
visibility: visible;
|
|
4604
4596
|
|
|
4597
|
+
}
|
|
4598
|
+
.k-expander .k-expander-header .k-expander-title{
|
|
4599
|
+
text-transform: none;
|
|
4600
|
+
font-weight: 600;
|
|
4601
|
+
|
|
4602
|
+
}
|
|
4603
|
+
.k-expander .k-expander-header.k-hover,.k-expander .k-expander-header.k-state-hover,.k-expander .k-expander-header.k-state-hovered,.k-expander .k-expander-header:hover{
|
|
4604
|
+
background-color: initial;
|
|
4605
|
+
background-image: $feather-feather-hover-on-surface-gradient;
|
|
4606
|
+
|
|
4607
|
+
}
|
|
4608
|
+
.k-expander.k-focus,.k-expander.k-state-focus,.k-expander.k-state-focused,.k-expander:focus{
|
|
4609
|
+
@extend %feather-effects-feather-focus-outer-on-surface;
|
|
4610
|
+
outline-style: none;
|
|
4611
|
+
z-index: 999;
|
|
4612
|
+
|
|
4613
|
+
}
|
|
4614
|
+
.k-expander.k-disabled .k-expander-header .k-expander-title,.k-expander.k-state-disabled .k-expander-header .k-expander-title,.k-expander:disabled .k-expander-header .k-expander-title{
|
|
4615
|
+
color: $feather-feather-disabled-text-on-surface;
|
|
4616
|
+
|
|
4617
|
+
}
|
|
4618
|
+
.k-expander.k-disabled .k-expander-header .k-expander-sub-title,.k-expander.k-state-disabled .k-expander-header .k-expander-sub-title,.k-expander:disabled .k-expander-header .k-expander-sub-title{
|
|
4619
|
+
color: $feather-feather-disabled-text-on-surface;
|
|
4620
|
+
|
|
4621
|
+
}
|
|
4622
|
+
.k-expander.k-disabled .k-expander-header .k-expander-indicator .k-icon.k-svg-icon.k-svg-i-chevron-down >svg,.k-expander.k-state-disabled .k-expander-header .k-expander-indicator .k-icon.k-svg-icon.k-svg-i-chevron-down >svg,.k-expander:disabled .k-expander-header .k-expander-indicator .k-icon.k-svg-icon.k-svg-i-chevron-down >svg{
|
|
4623
|
+
color: $feather-feather-border-on-surface;
|
|
4624
|
+
|
|
4625
|
+
}
|
|
4626
|
+
.k-expander.k-disabled .k-expander-header,.k-expander.k-state-disabled .k-expander-header,.k-expander:disabled .k-expander-header{
|
|
4627
|
+
visibility: visible;
|
|
4628
|
+
|
|
4629
|
+
}
|
|
4630
|
+
.k-expander.k-disabled,.k-expander.k-state-disabled,.k-expander:disabled{
|
|
4631
|
+
opacity: 100%;
|
|
4632
|
+
|
|
4633
|
+
}
|
|
4634
|
+
.k-expander.k-expanded.k-disabled .k-expander-content-wrapper .k-expander-content,.k-expander.k-expanded.k-state-disabled .k-expander-content-wrapper .k-expander-content,.k-expander.k-expanded:disabled .k-expander-content-wrapper .k-expander-content{
|
|
4635
|
+
color: $feather-feather-disabled-text-on-surface;
|
|
4636
|
+
|
|
4637
|
+
}
|
|
4638
|
+
.k-expander .k-expander-header.k-focus,.k-expander .k-expander-header.k-state-focus,.k-expander .k-expander-header.k-state-focused,.k-expander .k-expander-header:focus{
|
|
4639
|
+
box-shadow: none;
|
|
4640
|
+
background-color: initial;
|
|
4641
|
+
background-image: $feather-feather-focused-on-surface-gradient;
|
|
4642
|
+
|
|
4643
|
+
}
|
|
4644
|
+
.k-expander .k-expander-header{
|
|
4645
|
+
border-bottom-left-radius: $feather-feather-border-radius-s;
|
|
4646
|
+
border-bottom-right-radius: $feather-feather-border-radius-s;
|
|
4647
|
+
border-top-left-radius: $feather-feather-border-radius-s;
|
|
4648
|
+
border-top-right-radius: $feather-feather-border-radius-s;
|
|
4649
|
+
|
|
4650
|
+
}
|
|
4651
|
+
.k-expander.k-expanded{
|
|
4652
|
+
transition-property: all;
|
|
4653
|
+
transition-duration: 280ms;
|
|
4654
|
+
transition-timing-function: ease-out;
|
|
4655
|
+
|
|
4656
|
+
}
|
|
4657
|
+
.k-card .k-card-header .k-card-subtitle{
|
|
4658
|
+
@extend %feather-typography-feather-caption-text;
|
|
4659
|
+
|
|
4660
|
+
}
|
|
4661
|
+
.k-card .k-card-body >p{
|
|
4662
|
+
@extend %feather-typography-feather-body-small;
|
|
4663
|
+
|
|
4605
4664
|
}
|
|
@@ -165,7 +165,7 @@ $feather-feather-secondary-text-on-surface: rgba(10,12,27,0.7);
|
|
|
165
165
|
$feather-feather-surface-shade-3: rgba(232,232,240,1);
|
|
166
166
|
$feather-feather-border-on-surface: rgba(10, 12, 27, 0.12);
|
|
167
167
|
$feather-feather-surface: rgba(252,252,255,1);
|
|
168
|
-
$feather-feather-primary:
|
|
168
|
+
$feather-feather-primary: #003583;
|
|
169
169
|
$feather-feather-surface-shade-2: rgba(237,237,245,1);
|
|
170
170
|
$feather-primary-hover: rgb(0, 50.88, 125.76);
|
|
171
171
|
$feather-kendo-button-bg: transparent;
|
|
@@ -174,6 +174,7 @@ $feather-kendo-calendar-cell-hover-bg: transparent;
|
|
|
174
174
|
$feather-kendo-checkbox-bg: transparent;
|
|
175
175
|
$feather-error: #a5021f;
|
|
176
176
|
$feather-feather-surface-shade-1: rgba(242,242,250,1);
|
|
177
|
+
$feather-base: #f5f5f5;
|
|
177
178
|
$feather-feather-primary-text-on-surface: rgba(10,12,27,0.9);
|
|
178
179
|
$feather-base-hover: #ebebeb;
|
|
179
180
|
$feather-primary-subtle: rgb(204, 214.6, 230.2);
|
|
@@ -185,7 +186,7 @@ $feather-feather-disabled-text-on-surface: rgba(10,12,27,0.4);
|
|
|
185
186
|
$feather-feather-secondary-text-on-color: rgba(255, 255, 255, 0.7);
|
|
186
187
|
$feather-feather-icon-on-neutral: rgba(10, 12, 27, 0.60);
|
|
187
188
|
$feather-feather-border-on-color: rgba(255,255,255,0.24);
|
|
188
|
-
$feather-feather-primary-variant:
|
|
189
|
+
$feather-feather-primary-variant: #195bb5;
|
|
189
190
|
$feather-feather-secondary: rgba(125,52,201,1);
|
|
190
191
|
$feather-feather-secondary-variant: rgba(81,18,145,1);
|
|
191
192
|
$feather-feather-background: rgba(227,227,235,1);
|
|
@@ -205,7 +206,6 @@ $feather-primary-subtle-hover: rgb(165.75, 184.3, 211.6);
|
|
|
205
206
|
$feather-primary-subtle-active: rgb(127.5, 154, 193);
|
|
206
207
|
$feather-primary-emphasis: rgb(63.75, 103.5, 162);
|
|
207
208
|
$feather-primary-on-subtle: rgb(0, 18.55, 45.85);
|
|
208
|
-
$feather-primary-on-surface: rgb(0, 39.75, 98.25);
|
|
209
209
|
$feather-secondary-subtle: rgb(209, 222.2, 240.2);
|
|
210
210
|
$feather-secondary-subtle-hover: rgb(174.5, 197.6, 229.1);
|
|
211
211
|
$feather-secondary-subtle-active: #8cadda;
|
|
@@ -281,10 +281,12 @@ $feather-kendo-chip-outline-border: $feather-feather-secondary-text-on-surface;
|
|
|
281
281
|
$feather-kendo-chip-outline-hover-bg: $feather-kendo-button-hover-bg;
|
|
282
282
|
$feather-kendo-chip-outline-selected-bg: $feather-feather-primary;
|
|
283
283
|
$feather-kendo-chip-outline-selected-text: $feather-feather-primary-text-on-color;
|
|
284
|
+
$feather-kendo-color-editor-bg: $feather-base;
|
|
284
285
|
$feather-kendo-component-bg: $feather-feather-surface;
|
|
285
286
|
$feather-kendo-component-text: $feather-feather-secondary-text-on-surface;
|
|
286
287
|
$feather-kendo-component-header-text: $feather-feather-primary-text-on-surface;
|
|
287
288
|
$feather-kendo-drawer-hover-bg: $feather-base-hover;
|
|
289
|
+
$feather-kendo-expander-title-text: $feather-feather-primary-text-on-surface;
|
|
288
290
|
$feather-kendo-fieldset-legend-text: $feather-feather-primary-text-on-surface;
|
|
289
291
|
$feather-kendo-input-bg: $feather-app-surface;
|
|
290
292
|
$feather-kendo-input-text: $feather-kendo-component-text;
|
|
@@ -307,6 +309,7 @@ $feather-kendo-link-hover-text: $feather-feather-secondary-variant;
|
|
|
307
309
|
$feather-kendo-link-text: $feather-feather-secondary;
|
|
308
310
|
$feather-kendo-color-inverse: $feather-feather-primary-text-on-color;
|
|
309
311
|
$feather-kendo-base-bg: $feather-feather-background;
|
|
312
|
+
$feather-primary-on-surface: $feather-feather-primary;
|
|
310
313
|
$feather-secondary: $feather-feather-primary-variant;
|
|
311
314
|
$feather-tertiary: $feather-feather-secondary;
|
|
312
315
|
|
|
@@ -461,10 +464,12 @@ $kendo-chip-outline-border: $feather-kendo-chip-outline-border;
|
|
|
461
464
|
$kendo-chip-outline-hover-bg: $feather-kendo-chip-outline-hover-bg;
|
|
462
465
|
$kendo-chip-outline-selected-bg: $feather-kendo-chip-outline-selected-bg;
|
|
463
466
|
$kendo-chip-outline-selected-text: $feather-kendo-chip-outline-selected-text;
|
|
467
|
+
$kendo-color-editor-bg: $feather-kendo-color-editor-bg;
|
|
464
468
|
$kendo-component-bg: $feather-kendo-component-bg;
|
|
465
469
|
$kendo-component-text: $feather-kendo-component-text;
|
|
466
470
|
$kendo-component-header-text: $feather-kendo-component-header-text;
|
|
467
471
|
$kendo-drawer-hover-bg: $feather-kendo-drawer-hover-bg;
|
|
472
|
+
$kendo-expander-title-text: $feather-kendo-expander-title-text;
|
|
468
473
|
$kendo-fieldset-legend-text: $feather-kendo-fieldset-legend-text;
|
|
469
474
|
$kendo-input-bg: $feather-kendo-input-bg;
|
|
470
475
|
$kendo-input-text: $feather-kendo-input-text;
|
|
@@ -476,7 +481,7 @@ $kendo-menu-popup-bg: $feather-kendo-menu-popup-bg;
|
|
|
476
481
|
$kendo-picker-text: $feather-kendo-picker-text;
|
|
477
482
|
$kendo-picker-border: $feather-kendo-picker-border;
|
|
478
483
|
$kendo-switch-off-track-border: $feather-kendo-switch-off-track-border;
|
|
479
|
-
$kendo-font-family:
|
|
484
|
+
$kendo-font-family: Inter;
|
|
480
485
|
$kendo-font-size: 0.875rem;
|
|
481
486
|
$kendo-font-weight-normal: 500;
|
|
482
487
|
$kendo-line-height: 1.4285714286;
|
|
@@ -492,7 +497,6 @@ primary-subtle-hover: rgb(165.75, 184.3, 211.6),
|
|
|
492
497
|
primary-subtle-active: rgb(127.5, 154, 193),
|
|
493
498
|
primary-emphasis: rgb(63.75, 103.5, 162),
|
|
494
499
|
primary-on-subtle: rgb(0, 18.55, 45.85),
|
|
495
|
-
primary-on-surface: rgb(0, 39.75, 98.25),
|
|
496
500
|
secondary-subtle: rgb(209, 222.2, 240.2),
|
|
497
501
|
secondary-subtle-hover: rgb(174.5, 197.6, 229.1),
|
|
498
502
|
secondary-subtle-active: #8cadda,
|
|
@@ -547,6 +551,7 @@ app-surface: $feather-feather-surface,
|
|
|
547
551
|
primary: $feather-feather-primary,
|
|
548
552
|
surface: $feather-feather-surface-shade-2,
|
|
549
553
|
border-alt: $feather-feather-border-light-on-surface,
|
|
554
|
+
primary-on-surface: $feather-feather-primary,
|
|
550
555
|
secondary: $feather-feather-primary-variant,
|
|
551
556
|
tertiary: $feather-feather-secondary,
|
|
552
557
|
);
|
|
@@ -605,7 +610,7 @@ $feather-typography: (
|
|
|
605
610
|
font-size: 1.1875rem,
|
|
606
611
|
font-weight: 700,
|
|
607
612
|
line-height: 1.4736842105,
|
|
608
|
-
letter-spacing:
|
|
613
|
+
letter-spacing: 0em,
|
|
609
614
|
),
|
|
610
615
|
feather-heading-4: (
|
|
611
616
|
font-family: (Inter),
|
|
@@ -659,7 +664,7 @@ $feather-typography: (
|
|
|
659
664
|
@each $selector, $property in $typography {
|
|
660
665
|
&-#{$selector} {
|
|
661
666
|
@each $propName, $propValue in $property {
|
|
662
|
-
#{$propName}:
|
|
667
|
+
#{$propName}: $propValue;
|
|
663
668
|
}
|
|
664
669
|
} &-#{$selector}-important {
|
|
665
670
|
@each $propName, $propValue in $property {
|
|
@@ -673,15 +678,15 @@ $feather-effects: (
|
|
|
673
678
|
tb-internal-none-effects: (
|
|
674
679
|
box-shadow: (none), filter: (none), backdrop-filter: (none), ),
|
|
675
680
|
feather-focus-outer-on-color: (
|
|
676
|
-
box-shadow: (0px 0px 0px 1.5px $feather-feather-primary-text-on-color, 0px 0px 0px 3.5px $feather-feather-primary), ),
|
|
681
|
+
box-shadow: (0px 0px 0px 1.5px $feather-feather-primary-text-on-color, 0px 0px 0px 3.5px $feather-feather-primary-variant), ),
|
|
677
682
|
feather-focus-invalid-outer: (
|
|
678
683
|
box-shadow: (0px 0px 0px 2px $feather-error), ),
|
|
679
684
|
feather-focus-inner-on-color: (
|
|
680
|
-
box-shadow: (inset 0px 0px 0px 1.5px $feather-feather-primary, inset 0px 0px 0px 3px $feather-feather-primary-text-on-color), ),
|
|
685
|
+
box-shadow: (inset 0px 0px 0px 1.5px $feather-feather-primary-variant, inset 0px 0px 0px 3px $feather-feather-primary-text-on-color), ),
|
|
681
686
|
feather-focus-outer-on-surface: (
|
|
682
|
-
box-shadow: (0px 0px 0px
|
|
687
|
+
box-shadow: (0px 0px 0px 2px $feather-feather-primary-variant), ),
|
|
683
688
|
feather-focus-inner-on-surface: (
|
|
684
|
-
box-shadow: (inset 0px 0px 0px 2px $feather-feather-primary), ),
|
|
689
|
+
box-shadow: (inset 0px 0px 0px 2px $feather-feather-primary-variant), ),
|
|
685
690
|
feather-elevation-00dp: (
|
|
686
691
|
box-shadow: (0px 0px 0px 1px $feather-feather-border-on-surface), ),
|
|
687
692
|
feather-elevation-02dp: (
|