File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/@adobe/spectrum-css-temp/components/button Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ governing permissions and limitations under the License.
436
436
& : hover {
437
437
background-color : xvar (--spectrum-high-contrast-button-face , var (--spectrum-actionbutton-background-color-hover ));
438
438
border-color : xvar (--spectrum-high-contrast-highlight , var (--spectrum-actionbutton-border-color-hover ));
439
- color : var (--spectrum-actionbutton-text-color-hover );
439
+ color : xvar ( --spectrum-high-contrast-button-text , var (--spectrum-actionbutton-text-color-hover ) );
440
440
441
441
.spectrum-Icon {
442
442
fill : xvar (--spectrum-high-contrast-button-text , var (--spectrum-actionbutton-icon-color-hover ));
@@ -1039,7 +1039,7 @@ governing permissions and limitations under the License.
1039
1039
--spectrum-actionbutton-static-background-color-selected-focus : Highlight;
1040
1040
--spectrum-actionbutton-static-background-color-selected-active : Highlight;
1041
1041
--spectrum-actionbutton-static-border-color : ButtonText;
1042
- --spectrum-actionbutton-static-border-color-hover : ButtonText ;
1042
+ --spectrum-actionbutton-static-border-color-hover : Highlight ;
1043
1043
--spectrum-actionbutton-static-border-color-active : ButtonText;
1044
1044
--spectrum-actionbutton-static-border-color-focus : CanvasText;
1045
1045
--spectrum-actionbutton-static-border-disabled : GrayText;
You can’t perform that action at this time.
0 commit comments