Skip to content

Commit

Permalink
Add focus state to (?) button
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Oct 22, 2021
1 parent 32fddac commit 3a1980e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions war/src/main/less/modules/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,10 @@
}
}

&:active {
&:active, &:focus {
outline: none;
text-decoration: none;

&::before {
opacity: 0.3;
}
Expand All @@ -411,9 +414,4 @@
box-shadow: 0 0 0 5px var(--text-color);
}
}

&:active, &:focus {
outline: none;
text-decoration: none;
}
}

0 comments on commit 3a1980e

Please sign in to comment.