Hover opacity now properly applies to bar buttons and custom modules respect opacity setting. (#300)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user