Skip to content

Commit 1f99b0e

Browse files
style: remove blue focus border from Design Notes button
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 979db85 commit 1f99b0e

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

hub/src/AppChrome.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -617,18 +617,20 @@ 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 {
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 {
621625
background-color: #c9190b !important;
622626
color: #fff !important;
623-
border-color: #c9190b !important;
627+
border: none !important;
624628
outline: none !important;
625-
box-shadow: none;
626629
animation: design-notes-glow 3.5s ease-in-out infinite;
627630
}
628631

629632
.ops-hub-design-notes-btn:hover {
630633
background-color: #a30000 !important;
631-
border-color: #a30000 !important;
632634
}
633635

634636
.ops-hub-design-notes-btn svg {

0 commit comments

Comments
 (0)