Adjust the focus style for the buttons

This commit is contained in:
Oliver-Akins 2022-01-04 12:31:24 -07:00
parent e7533f60aa
commit 231f63c4bf

View file

@ -74,13 +74,14 @@ button {
transition: all .6s ease;
transition: opacity .3s ease;
width: calc(100% - 20px);
outline: none;
&:active {
opacity: .2;
outline: none;
}
&:hover {
&:hover, &:focus {
background-color: $hover-background;
border-radius: 20px;
color: white;