indicate that screen recording is active by changing button color (#218)

This commit is contained in:
Hristo Karamanliev
2024-09-03 11:56:25 +03:00
committed by GitHub
parent 88bdcbe806
commit 024986d7be
2 changed files with 5 additions and 4 deletions

View File

@@ -137,10 +137,10 @@
}
&.record.active {
background: if($bar-menus-monochrome, $bar-menus-buttons-default, $bar-menus-menu-dashboard-shortcuts-recording);
background: $red;
&:hover {
background: transparentize(if($bar-menus-monochrome, $bar-menus-buttons-default, $bar-menus-menu-dashboard-shortcuts-recording), 0.5);
background: transparentize($red, 0.5);
}
}