mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
Website: update header navigation (#13377)
Closes: #13221 Changes: - Updated the hover styles for the pricing link on the header navigation.
This commit is contained in:
parent
14be5a0938
commit
73559b8298
4
website/assets/styles/layout.less
vendored
4
website/assets/styles/layout.less
vendored
@ -216,6 +216,7 @@ html, body {
|
||||
[purpose='header-nav-btn'][aria-expanded='true'] {
|
||||
font-weight: 700;
|
||||
outline: none;
|
||||
color: #192147;
|
||||
}
|
||||
[purpose='header-nav-btn']:before {
|
||||
display: block;
|
||||
@ -231,7 +232,8 @@ html, body {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
}
|
||||
&:hover {
|
||||
[purpose='header-nav-btn']:hover {
|
||||
font-weight: 700;
|
||||
text-decoration: none;
|
||||
}
|
||||
&:focus {
|
||||
|
Loading…
Reference in New Issue
Block a user