Skip to content

Commit

Permalink
fix(ld-button): focus state in secondary and ghost mode
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed May 31, 2021
1 parent 64fc5af commit d17e91d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/liquid/components/ld-button/ld-button.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ ld-button {
&:where(:not(:disabled):not([aria-disabled='true'])) {
&:focus:focus-visible {
color: var(--ld-col-rb-focus);
background-color: var(--ld-col-bg-g);
}
@media (hover: hover) {
&:hover {
Expand Down

0 comments on commit d17e91d

Please sign in to comment.