This commit is contained in:
vinceliuice
2022-02-18 08:22:44 +08:00
parent ec65d65ce5
commit e69d4967a6
8 changed files with 68 additions and 0 deletions

View File

@@ -3764,6 +3764,15 @@ decoration {
&.minimize, &.maximize, &.close {
color: transparent;
&:hover {
box-shadow: none;
}
&:active {
box-shadow: inset 0 0 0 9999px rgba(black, if($topbar == 'dark', 0.12, 0));
background-image: radial-gradient(circle, rgba(black, 0.12) 10%, transparent 0%);
}
&:hover, &:active {
color: if($colorscheme != 'dracula', white, rgba(black, 0.5));
}