This commit is contained in:
parent
4620ce5c37
commit
f2971a273d
1 changed files with 3 additions and 5 deletions
|
@ -409,16 +409,14 @@
|
|||
transition: var(--b3-transition);
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:hover:not(.dock__item--activefocus),
|
||||
&--active {
|
||||
background-color: var(--b3-theme-background-light);
|
||||
}
|
||||
|
||||
&--activefocus {
|
||||
&, &:hover {
|
||||
color: var(--b3-theme-on-primary);
|
||||
background-color: var(--b3-theme-primary);
|
||||
}
|
||||
color: var(--b3-theme-on-primary);
|
||||
background-color: var(--b3-theme-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue