@featherk/styles 0.5.2 → 0.5.3
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.
|
@@ -1185,6 +1185,7 @@
|
|
|
1185
1185
|
.k-textbox.k-input{
|
|
1186
1186
|
transition-property: all;
|
|
1187
1187
|
transition-duration: 280ms;
|
|
1188
|
+
outline-color: currentcolor;
|
|
1188
1189
|
|
|
1189
1190
|
}
|
|
1190
1191
|
.k-textbox.k-input.k-input-solid{
|
|
@@ -2611,8 +2612,10 @@
|
|
|
2611
2612
|
|
|
2612
2613
|
}
|
|
2613
2614
|
.k-textbox.k-input.k-hover,.k-textbox.k-input.k-state-hover,.k-textbox.k-input.k-state-hovered,.k-textbox.k-input:hover{
|
|
2614
|
-
|
|
2615
|
-
|
|
2615
|
+
color: unset;
|
|
2616
|
+
outline-color: currentcolor;
|
|
2617
|
+
outline-style: solid;
|
|
2618
|
+
outline-width: 0.5px;
|
|
2616
2619
|
|
|
2617
2620
|
}
|
|
2618
2621
|
.k-numerictextbox.k-input .k-input-inner{
|
|
@@ -4486,7 +4489,7 @@
|
|
|
4486
4489
|
.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{
|
|
4487
4490
|
background-color: initial;
|
|
4488
4491
|
background-image: $fk-feather-focused-on-surface-gradient;
|
|
4489
|
-
box-shadow:
|
|
4492
|
+
box-shadow: none;
|
|
4490
4493
|
|
|
4491
4494
|
}
|
|
4492
4495
|
.k-expander .k-expander-header{
|
|
@@ -4841,8 +4844,7 @@
|
|
|
4841
4844
|
|
|
4842
4845
|
}
|
|
4843
4846
|
.k-input.k-hover,.k-input.k-state-hover,.k-input.k-state-hovered,.k-input:hover{
|
|
4844
|
-
|
|
4845
|
-
transition-property: all;
|
|
4847
|
+
transition-property: all;
|
|
4846
4848
|
transition-duration: 280ms;
|
|
4847
4849
|
transition-timing-function: ease-out;
|
|
4848
4850
|
|
|
@@ -5149,4 +5151,12 @@
|
|
|
5149
5151
|
background-color: inherit;
|
|
5150
5152
|
background-image: $fk-feather-active-on-surface-gradient;
|
|
5151
5153
|
|
|
5154
|
+
}
|
|
5155
|
+
.k-button.k-selected.k-icon-button.k-button-solid-base{
|
|
5156
|
+
background-color: $fk-kendo-button-bg;
|
|
5157
|
+
|
|
5158
|
+
}
|
|
5159
|
+
.k-button.k-selected.k-icon-button{
|
|
5160
|
+
background-image: linear-gradient(#FFFFFF, #FFFFFF);
|
|
5161
|
+
|
|
5152
5162
|
}
|