mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: update link hover styles (#35949)
Closes: https://github.com/fleetdm/confidential/issues/13118 Changes: - Updated hover link styles.
This commit is contained in:
parent
49e8f8b9d2
commit
2060518c40
1 changed files with 1 additions and 4 deletions
|
|
@ -67,12 +67,9 @@ a[href] {
|
|||
}
|
||||
&:hover {
|
||||
color: @core-fleet-black;
|
||||
text-decoration-color: @core-fleet-black;;
|
||||
text-decoration-color: @core-fleet-black;
|
||||
}
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
a[target='_blank']:not([no-icon]) {
|
||||
&::after {
|
||||
content: ' ';
|
||||
|
|
|
|||
Loading…
Reference in a new issue