ref(scss) Variables cleanup (#13521)

Remove some unused variables
Replace variables that are only used once with their value
This commit is contained in:
Robert Pintilii
2023-07-04 12:34:41 +03:00
committed by GitHub
parent f950dc90b9
commit 2c8dedcb85
24 changed files with 49 additions and 212 deletions

View File

@@ -2,10 +2,10 @@
* Round badge.
*/
.badge-round {
background-color: $toolbarBadgeBackground;
background-color: #165ECC;
border-radius: 50%;
box-sizing: border-box;
color: $toolbarBadgeColor;
color: #FFFFFF;
// Do not inherit the font-family from the toolbar button, because it's an
// icon style.
font-family: $baseFontFamily;
@@ -192,7 +192,7 @@ div.hangup-menu-button {
background: none;
&:hover {
background: $newToolbarButtonHoverColor;
background: rgba(255, 255, 255, 0.2);
}
}