Skip to content

Commit

Permalink
make home banner image close button always visible because of accessi…
Browse files Browse the repository at this point in the history
…bility
  • Loading branch information
aalves08 committed Jan 29, 2025
1 parent 9f51f77 commit 3b12049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/components/BannerGraphic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default {
}
}
&:hover .close-button {
.close-button {
visibility: visible;
position: absolute;
right: 4px;
Expand All @@ -96,7 +96,7 @@ export default {
cursor: pointer;
opacity: 0.4;
&:hover {
&:hover, &:focus, &:focus-visible {
background-color: var(--accent-btn-hover);
color: var(--accent-btn-hover-text);
opacity: 1;
Expand Down

0 comments on commit 3b12049

Please sign in to comment.