Skip to content

Commit 69afdc2

Browse files
committed
overriding the spread radius for ".navbar-toggler:focus"
I would like to make it the same color as the icon too, but that isn't possible dynamically with scss
1 parent e06e290 commit 69afdc2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/compounds/Header/styles.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
.custom-navbar-brand {
22
height: 45px;
33
}
4+
5+
.navbar-toggler:focus {
6+
text-decoration: none;
7+
outline: 0;
8+
// overriding the below to lessen the spread radius
9+
// I would like to make it the same color as the icon, but that isn't possible dynamically with scss
10+
box-shadow: 0 0 0 1px;
11+
}

0 commit comments

Comments
 (0)