Skip to content

Commit fec5e5a

Browse files
style: restore button text/icon visibility, keep focus ring suppressed
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 1f99b0e commit fec5e5a

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

hub/src/AppChrome.css

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -617,23 +617,28 @@ body.ops-hub-embed-fullscreen-active {
617617
50% { box-shadow: 0 0 10px 3px rgba(201, 25, 11, 0.5); }
618618
}
619619

620-
.ops-hub-design-notes-btn,
621-
.ops-hub-design-notes-btn:focus,
622-
.ops-hub-design-notes-btn:focus-visible,
623-
.ops-hub-design-notes-btn::before,
624-
.ops-hub-design-notes-btn::after {
620+
.ops-hub-design-notes-btn {
625621
background-color: #c9190b !important;
626622
color: #fff !important;
627-
border: none !important;
628-
outline: none !important;
623+
border: 1px solid #c9190b !important;
629624
animation: design-notes-glow 3.5s ease-in-out infinite;
630625
}
631626

627+
.ops-hub-design-notes-btn:focus,
628+
.ops-hub-design-notes-btn:focus-visible {
629+
outline: none !important;
630+
box-shadow: none !important;
631+
border: 1px solid #c9190b !important;
632+
}
633+
632634
.ops-hub-design-notes-btn:hover {
633635
background-color: #a30000 !important;
636+
border-color: #a30000 !important;
634637
}
635638

636-
.ops-hub-design-notes-btn svg {
639+
.ops-hub-design-notes-btn svg,
640+
.ops-hub-design-notes-btn .pf-v6-svg,
641+
.ops-hub-design-notes-btn span {
637642
color: #fff !important;
638643
fill: #fff !important;
639644
}

0 commit comments

Comments
 (0)