Website: Update edit page button and anchor links on documentation pages. (#36723)

Closes: https://github.com/fleetdm/fleet/issues/36546

Changes:
- Replaced the anchor link icon used on documentation pages.
- Updated the color of the "edit page" button on documentation pages.
This commit is contained in:
Eric 2025-12-04 18:00:39 -06:00 committed by GitHub
parent 761eaba411
commit ef763eb39e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

View file

@ -51,7 +51,7 @@
height: 16px;
vertical-align: middle;
margin-left: 8px;
content: url('/images/icon-link-16x16@2x.png');
content: url('/images/icon-link-green-16x16@2x.png');
}
}
@ -64,7 +64,7 @@
height: 0px;
font-size: 14px;
// line-height: 14px;
color: @core-vibrant-blue;
color: @core-vibrant-green;
animation-name: copiedText;
animation-duration: 4s;
animation-fill-mode: forwards;
@ -241,13 +241,13 @@
}
[purpose='edit-button'], [purpose='faq-edit-button'] {
color: @core-vibrant-blue;
color: @core-vibrant-green;
font-size: 12px;
position: absolute;
right: 230px;
top: 27px;
cursor: pointer;
border: 1px solid @core-vibrant-blue;
border: 1px solid @core-vibrant-green;
border-radius: 4px;
padding: 4px 8px;
text-decoration: none;
@ -255,7 +255,7 @@
height: 16px;
padding-right: 5px;
} &:hover {
background: @core-vibrant-blue;
background: @core-vibrant-green;
color: @accent-white;
text-decoration: none;
}

View file

@ -438,10 +438,10 @@
}
[purpose='edit-button'] {
display: block;
color: @core-vibrant-blue;
color: @core-vibrant-green;
font-size: 14px;
cursor: pointer;
border: 1px solid @core-vibrant-blue;
border: 1px solid @core-vibrant-green;
border-radius: 4px;
width: 108px;
padding: 8px 12px;
@ -453,7 +453,7 @@
margin-left: 5px;
}
&:hover {
background: @core-vibrant-blue;
background: @core-vibrant-green;
color: @accent-white;
text-decoration: none;
}