Fix background color for hover of "Join" button
This commit is contained in:
@@ -278,10 +278,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&--join-call {
|
&--join-call {
|
||||||
|
$background: $color-accent-green;
|
||||||
|
|
||||||
@include font-body-1;
|
@include font-body-1;
|
||||||
@include rounded-corners;
|
@include rounded-corners;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: $color-accent-green;
|
background-color: $background;
|
||||||
color: $color-white;
|
color: $color-white;
|
||||||
display: flex;
|
display: flex;
|
||||||
outline: none;
|
outline: none;
|
||||||
@@ -306,6 +308,12 @@
|
|||||||
min-width: $icon-size;
|
min-width: $icon-size;
|
||||||
width: $icon-size;
|
width: $icon-size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Override hover state coming from __button above.
|
||||||
|
&:hover,
|
||||||
|
&:focus {
|
||||||
|
background-color: darken($background, 16%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user