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