File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 height : 6em ;
1313}
1414
15- // Fixing: AAD-232
1615.btn-primary {
17- background-color : #0073EB ;
16+ background-color : $link-color ;
1817 color : #ffffff ;
1918}
2019
2120span .facet-label {
2221 span .selected {
2322 color : #208836 !important ;
2423 }
24+ }
25+
26+ .nav-pills .nav-link.active ,
27+ .nav-pills .show >.nav-link ,
28+ .nav-pills .no-js .btn-group :focus-within .dropdown-menu >.nav-link ,
29+ .nav-pills .no-js .btn-group :focus-within .twitter-typeahead .tt-menu >.nav-link ,
30+ .twitter-typeahead .nav-pills .no-js .btn-group :focus-within .tt-menu >.nav-link ,
31+ .no-js .btn-group :focus-within .nav-pills .dropdown-menu >.nav-link ,
32+ .no-js .btn-group :focus-within .nav-pills .twitter-typeahead .tt-menu >.nav-link ,
33+ .twitter-typeahead .no-js .btn-group :focus-within .nav-pills .tt-menu >.nav-link {
34+ background-color : $link-color ;
35+ }
36+
37+ #metadata-container {
38+ a {
39+ color : #006FD6 ;
40+
41+ & :hover {
42+ color : #0044B3 ;
43+ text-decoration : underline ;
44+ }
45+ }
2546}
Original file line number Diff line number Diff line change 1- // Fixing: AAD-232
21$link-color : #0073EB ;
32@import ' bootstrap' ;
43@import ' blacklight' ;
You can’t perform that action at this time.
0 commit comments