File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
app/assets/stylesheets/partials Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 99 text-decoration : none ; // Included as fallback if text-decoration-color isn't supported
1010 text-decoration : underline transparent ;
1111}
12+
13+ //
14+ @mixin set-focus-outline () {
15+ * :focus-visible {
16+ outline : 2px solid $color-focus-dark ;
17+ }
18+ }
Original file line number Diff line number Diff line change 11.institute-bar , .libraries-header {
2- * :focus-visible {
3- outline : 2px solid $color-focus-dark ;
4- }
2+ @include set-focus-outline ();
53}
64
75.institute-bar {
Original file line number Diff line number Diff line change 3737}
3838
3939// FOOTER STYLES
40+
41+ .wrap-outer-footer , .wrap-outer-footer-institute {
42+ @include set-focus-outline ();
43+ }
44+
45+
4046.wrap-footer.footer-slim {
4147 padding-top : 32px ;
4248 padding-bottom : 32px ;
4955
5056.wrap-footer .wrap-logo-lib {
5157 margin-right : 48px ;
58+
59+ .logo-mit-lib {
60+ display : block ;
61+ }
5262}
5363
5464.wrap-footer.footer-slim .wrap-middle .wrap-policies {
You can’t perform that action at this time.
0 commit comments