fix hover transform remaining

This commit is contained in:
Dym Sohin 2023-12-18 10:54:18 +01:00
parent 7b4156e4c0
commit 86f7ec2ce9
1 changed files with 10 additions and 5 deletions

View File

@ -21,7 +21,17 @@
padding: 0.125rem;
color: var(--g-background);
border-radius: 0.125rem;
}
.g-has-chevron-external:active::after
, .g-has-chevron-external:hover::after {
background: var(--g-color);
}
.g-has-chevron-external::after
, .g-has-chevron-external:active::after
, .g-has-chevron-external:hover::after {
left: unset;
margin-right: unset;
top: unset;
@ -31,9 +41,4 @@
transform-origin: unset;
}
.g-has-chevron-external:active::after
, .g-has-chevron-external:hover::after {
background: var(--g-color);
}
}