Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f48c800

Browse files
louismaximepitonjulien-deramond
authored andcommittedNov 10, 2023
fix(review)
1 parent 4d91f05 commit f48c800

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed
 

‎scss/_button-group.scss

+11-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
// Boosted mod
6969
> [class*="btn-outline-"]:not(:last-of-type) {
70-
border-right: 0;
70+
border-right-width: 0;
7171

7272
&::after {
7373
display: inline-block;
@@ -77,6 +77,16 @@
7777
content: "";
7878
border: 0;
7979
}
80+
81+
&:focus {
82+
&[data-focus-visible-added] {
83+
border-right-width: var(--#{$prefix}btn-border-width);
84+
85+
&::after {
86+
display: none;
87+
}
88+
}
89+
}
8090
}
8191
// End mod
8292
}

0 commit comments

Comments
 (0)
Please sign in to comment.