Skip to content

Commit

Permalink
HC: Fix hover and focus styles for jump to recent (#97018)
Browse files Browse the repository at this point in the history
* HC: Fix hover and focus styles for jump to recent

* Remove outline

---------

Co-authored-by: escapemanuele <escapemanuele@gmail.com>
  • Loading branch information
heavyweight and escapemanuele authored Dec 6, 2024
1 parent 5a1b988 commit b244194
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,11 @@
align-items: center;
border-radius: $custom-border-corner-size;

&:hover {
color: var(--studio-white);
border-color: inherit;
}

&.is-active {
border-width: 1px;
}
Expand Down Expand Up @@ -652,7 +657,7 @@
text-align: center;
padding-top: 6px;
}

.odie-send-message-input-spinner {
color: $blueberry-color !important;
}
Expand Down

0 comments on commit b244194

Please sign in to comment.