mirror of
https://github.com/fleetdm/fleet
synced 2026-05-04 22:08:41 +00:00
## For #29721 - Build the new Labels page - Forward to the Labels page after saving a label ### [Demo video](https://drive.google.com/file/d/1iArnSiVn7CSwOpCrKEdO9HByHu9qga3L/view?usp=sharing) <img width="1798" height="1082" alt="Screenshot 2025-09-17 at 4 00 55 PM" src="https://github.com/user-attachments/assets/6a51f48c-07c3-44d9-b2bf-07025ffa61ed" /> - [x] Changes file added for user-visible changes in `changes/` - [x] Added/updated automated tests - [x] QA'd all new/changed functionality manually --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
9 lines
171 B
SCSS
9 lines
171 B
SCSS
.labels-table {
|
|
.view-all-hosts-link,
|
|
.view-all-hosts-link * {
|
|
text-decoration: none;
|
|
color: initial;
|
|
font-weight: initial;
|
|
font-size: $x-small;
|
|
}
|
|
}
|