Hover opacity now properly applies to bar buttons and custom modules respect opacity setting. (#300)

This commit is contained in:
Jas Singh
2024-10-04 18:34:03 -07:00
committed by GitHub
parent fe53b3ebf1
commit 2db31f497d
2 changed files with 9 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ $transparency-value-hover: 1 - $bar-button-background-hover-opacity-ratio;
}
&:hover {
opacity: 0.5;
opacity: $bar-buttons-background_hover_opacity * 0.01;
}
&.battery {