indicate that screen recording is active by changing button color (#218)
This commit is contained in:
committed by
GitHub
parent
88bdcbe806
commit
024986d7be
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user