We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06e290 commit 69afdc2Copy full SHA for 69afdc2
src/compounds/Header/styles.scss
@@ -1,3 +1,11 @@
1
.custom-navbar-brand {
2
height: 45px;
3
}
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