Merge pull request #2077 from mlorb/ml-sci-3764

Expand clickable area of links in secondary navigation [SCI-3764]
This commit is contained in:
mlorb 2019-09-27 10:15:12 +02:00 committed by GitHub
commit e3b0e149b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,6 +77,7 @@
// Links are recolored
a {
color: $color-emperor;
position: relative;
&.disabled {
color: $color-white;
@ -93,6 +94,22 @@
}
}
.tree-link {
display: flex;
a:not(.canvas-center-on) {
width: 100%;
}
a:not(.canvas-center-on)::after {
height: 48px;
left: -3px;
position: absolute;
top: -18px;
width: 100%;
}
}
#settings {
.fa-caret-right {
margin-left: -15px;