Skip to content

Commit

Permalink
Add focus outline to the close button.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Dec 16, 2024
1 parent 0951ae0 commit 261b5f7
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion themes/bootprint3/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/bootstrap3/css/compiled.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions themes/bootstrap3/less/components/lightbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
left: 0;
right: auto;
}

&:hover {
outline: dotted 1px @text-color;
}
}
#modal .close svg {
width: 1em;
Expand Down
4 changes: 4 additions & 0 deletions themes/bootstrap3/scss/components/lightbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
left: 0;
right: auto;
}

&:hover {
outline: dotted 1px $text-color;
}
}
#modal .close svg {
width: 1em;
Expand Down
2 changes: 1 addition & 1 deletion themes/bootstrap5/css/compiled.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions themes/bootstrap5/scss/components/lightbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
left: 0;
right: auto;
}

&:hover {
outline: dotted 1px $text-color;
}
}
#modal .close svg {
width: 1em;
Expand Down
2 changes: 1 addition & 1 deletion themes/local_theme_example/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/sandal/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/sandal5/css/compiled.css

Large diffs are not rendered by default.

0 comments on commit 261b5f7

Please sign in to comment.