mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
Update text selection to custom light blue color #BBD6FB
- Changed selection background to #BBD6FB for softer, more pleasant highlighting - Provides excellent visibility while being gentle on the eyes - Custom blue tone as requested by user
This commit is contained in:
committed by
Alex Hancock
parent
64f102126c
commit
5dde45bebf
@@ -1027,12 +1027,12 @@ export const RichChatInput = forwardRef<RichChatInputRef, RichChatInputProps>(({
|
||||
}
|
||||
|
||||
.rich-text-input textarea::selection {
|
||||
background-color: #60a5fa !important; /* Lighter blue selection */
|
||||
background-color: #BBD6FB !important; /* Custom light blue selection */
|
||||
color: transparent !important; /* Keep text transparent even when selected */
|
||||
}
|
||||
|
||||
.rich-text-input textarea::-moz-selection {
|
||||
background-color: #60a5fa !important; /* Lighter blue selection */
|
||||
background-color: #BBD6FB !important; /* Custom light blue selection */
|
||||
color: transparent !important; /* Keep text transparent even when selected */
|
||||
}
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user