Merged in fix/book-incorrect-hover-color-chip-button (pull request #3323)
updated to correcly displayed hover color on chip buttons * updated to correcly displayed hover color on chip buttons Approved-by: Bianca Widstam Approved-by: Erik Tiekstra
This commit is contained in:
@@ -20,10 +20,20 @@
|
|||||||
|
|
||||||
.Outlined {
|
.Outlined {
|
||||||
border: 1px solid var(--Border-Strong);
|
border: 1px solid var(--Border-Strong);
|
||||||
}
|
@media (hover: hover) {
|
||||||
|
&:not([data-disabled]) {
|
||||||
.Outlined:hover {
|
&:hover,
|
||||||
background-color: var(--Surface-Primary-Hover);
|
&.hovered {
|
||||||
|
background:
|
||||||
|
linear-gradient(
|
||||||
|
0deg,
|
||||||
|
var(--Surface-Primary-Hover) 0%,
|
||||||
|
var(--Surface-Primary-Hover) 100%
|
||||||
|
),
|
||||||
|
var(--Component-Button-Inverted-Fill-Default);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.Outlined:active {
|
.Outlined:active {
|
||||||
|
|||||||
Reference in New Issue
Block a user