@vectara/vectara-ui 9.11.1 → 9.11.2
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.
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
border: 1px solid $colorMediumShade;
|
|
17
17
|
border-radius: $sizeXs;
|
|
18
18
|
box-shadow: $shadowSmallStart;
|
|
19
|
-
transition:
|
|
19
|
+
transition: box-shadow $transitionSpeed;
|
|
20
20
|
outline-width: 1px !important;
|
|
21
21
|
outline-style: solid;
|
|
22
22
|
outline-color: transparent;
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
right: $sizeS;
|
|
39
39
|
line-height: 0; // TODO: Should this be applied to all buttons?
|
|
40
40
|
color: $colorDarkShade;
|
|
41
|
-
transition:
|
|
41
|
+
transition: color $transitionSpeed;
|
|
42
42
|
|
|
43
43
|
&:hover {
|
|
44
44
|
color: $colorAccent;
|
package/lib/styles/index.css
CHANGED
|
@@ -3649,7 +3649,7 @@ h2.react-datepicker__current-month {
|
|
|
3649
3649
|
border: 1px solid #cbd1de;
|
|
3650
3650
|
border-radius: 8px;
|
|
3651
3651
|
box-shadow: rgba(60, 64, 67, 0.3) 0px 0px 0px 0px, rgba(60, 64, 67, 0.15) 0px 0px 0px 0px;
|
|
3652
|
-
transition:
|
|
3652
|
+
transition: box-shadow 0.2s;
|
|
3653
3653
|
outline-width: 1px !important;
|
|
3654
3654
|
outline-style: solid;
|
|
3655
3655
|
outline-color: transparent;
|
|
@@ -3670,7 +3670,7 @@ h2.react-datepicker__current-month {
|
|
|
3670
3670
|
right: 12px;
|
|
3671
3671
|
line-height: 0;
|
|
3672
3672
|
color: #3f4551;
|
|
3673
|
-
transition:
|
|
3673
|
+
transition: color 0.2s;
|
|
3674
3674
|
}
|
|
3675
3675
|
.vuiSearchInput__submitButton:hover {
|
|
3676
3676
|
color: #5f30c3;
|