Skip to content

Commit

Permalink
feat #1084 (carousel navigation focus): fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
MewenLeHo committed Jun 1, 2022
1 parent d8767a8 commit 6416c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions scss/_carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
text-align: center;
background: none;
border: 0;
outline: 0;
outline: 0; // Boosted mod
opacity: $carousel-control-opacity;
@include transition($carousel-control-transition);

Expand All @@ -129,7 +129,6 @@
color: $carousel-control-color;
}

&:focus:focus-visible,
&:focus {
&[data-focus-visible-added] {
& > span {
Expand Down
1 change: 1 addition & 0 deletions site/content/docs/5.1/utilities/borders.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Or, choose from any of the `.border-opacity` utilities:
<span class="border border-0"></span>
<span class="border border-1"></span>
<span class="border border-2"></span>
<span class="border border-3"></span>
{{< /example >}}

## Radius
Expand Down

0 comments on commit 6416c92

Please sign in to comment.