mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-10-06 07:54:39 -07:00
update
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user