Skip to content

Commit 9d16f91

Browse files
authored
Merge pull request #154 from MITLibraries/gdt-232-tab-order
Fix bug in filter sidebar SCSS
2 parents 37bb2eb + 605489b commit 9d16f91

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

app/assets/stylesheets/partials/_filters.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,12 @@
8888
}
8989
}
9090
&.applied {
91-
.name {
91+
span {
9292
color: #000;
93-
&:hover,
94-
&:focus {
93+
}
94+
&:hover,
95+
&:focus {
96+
span {
9597
color: #fff;
9698
}
9799
}

0 commit comments

Comments
 (0)