mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Add hover color to settings anchor links (#1302)
This commit is contained in:
parent
4f09c769b3
commit
34205c9b01
1 changed files with 5 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
}
|
||||
|
||||
&__form-nav-list {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
// this is the spacing needed to make the sticky form nav position correctly when scrolling
|
||||
// TODO: find a way to calculate these sticky positions this and use variables.
|
||||
|
|
@ -55,6 +56,10 @@
|
|||
a {
|
||||
color: $core-fleet-black;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
color: $core-vibrant-blue;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue