Skip to content

Commit 4d56cf4

Browse files
tul/after_test-6-underlined-links (#291)
* All links are underlined except buttons, facet filters and nav links. * Fixed ugly coflicts
1 parent 30fdb2f commit 4d56cf4

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/styles/_clarin-styles.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,15 @@ Override bootstrap badge style
5656
.badge {
5757
background-color: var(--lt-tul-purple) !important;
5858
}
59+
60+
a {
61+
text-decoration: underline !important;
62+
63+
}
64+
65+
/*
66+
Do not underline link if it is a button/navbar menu option/facet search option.
67+
*/
68+
a.btn, a.nav-link, ds-search-facet-filter-wrapper a {
69+
text-decoration: none !important;
70+
}

0 commit comments

Comments
 (0)