Skip to content

Commit

Permalink
Refactor #23
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Sep 26, 2023
1 parent c2379cb commit 055eb10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion theme-base/components/messages/_message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
background: rgba(255,255,255,.3);
}

&:focus {
&:focus-visible {
@include focused();
}

}

&.p-message-info {
Expand Down
2 changes: 1 addition & 1 deletion theme-base/components/multimedia/_galleria.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
}

.p-galleria-thumbnail-item-content {
&:focus {
&:focus-visible {
@include focused();
}
}
Expand Down

0 comments on commit 055eb10

Please sign in to comment.