Skip to content

Commit d8bedae

Browse files
committed
alter the border and underline on hover
1 parent fa93ec6 commit d8bedae

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

03_labour_main.qmd

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ include-in-header:
2727
display: flex !important;
2828
flex-direction: column !important;
2929
flex-wrap: nowrap !important;
30-
border: none !important;
30+
border: solid transparent !important;
31+
}
32+
.nav-tabs .nav-link:hover {
33+
text-decoration: underline !important;
34+
border: solid transparent !important;
3135
}
3236
3337
.nav-item {
@@ -40,7 +44,7 @@ include-in-header:
4044
.nav-link {
4145
font-size: 0.75rem !important;
4246
text-align: right !important;
43-
padding: 0 2px !important;
47+
padding: 0 2px;
4448
margin: 0 1px !important;
4549
line-height: normal !important;
4650
}

0 commit comments

Comments
 (0)