Adjust the focus style for the buttons
This commit is contained in:
parent
e7533f60aa
commit
231f63c4bf
1 changed files with 2 additions and 1 deletions
|
|
@ -74,13 +74,14 @@ button {
|
||||||
transition: all .6s ease;
|
transition: all .6s ease;
|
||||||
transition: opacity .3s ease;
|
transition: opacity .3s ease;
|
||||||
width: calc(100% - 20px);
|
width: calc(100% - 20px);
|
||||||
|
outline: none;
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
opacity: .2;
|
opacity: .2;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover, &:focus {
|
||||||
background-color: $hover-background;
|
background-color: $hover-background;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue