Commit 2bc4df78 authored by Jeremy Studer's avatar Jeremy Studer Committed by 杨奕

Tabs: not change tab color on hover when disabled (#10549)

For tabs of style "border-card", don't set the color property on hover
if it is disabled.
parent a7e60ea7
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
border-right-color: $--border-color-base; border-right-color: $--border-color-base;
border-left-color: $--border-color-base; border-left-color: $--border-color-base;
} }
&:hover { &:not(.is-disabled):hover {
color: $--color-primary; color: $--color-primary;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment