Fix button hover in Firefox.
This commit is contained in:
parent
5f74ae8de5
commit
8fb0ec985a
@ -32,6 +32,10 @@ a {
|
|||||||
button{
|
button{
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
Loading…
Reference in New Issue
Block a user