Fixes from CSS refactor
This commit is contained in:
parent
bdae881e2f
commit
cc4362d3fb
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
margin: 0;
|
||||
list-style: none;
|
||||
height: auto;
|
||||
border-bottom: 1px solid $border-color;
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
|
@ -24,6 +25,7 @@
|
|||
&:focus {
|
||||
text-decoration: none;
|
||||
color: $black;
|
||||
border-bottom: 2px solid $gray-darkest;
|
||||
|
||||
.badge {
|
||||
color: $black;
|
||||
|
|
Loading…
Reference in a new issue