Desktop: Note search bar should have a text warning with the background colour change. #5299
Comments
I agree that the text message is most important. As far as colors, red is a universal (???) warning color. But red is also a common colorblind problem. I like the FireFox color solution of using a red outline. Having a red background color would probably be too intense. I'd also question the logic of allowing themes to choose this color. To me it falls more in the realm of function rather than style. In any case having a text message is necessary. |
Hi @sif, I don't understand your comment. This issue is in regards to the in-note search box. The global search (as seen in your image) does not exhibit the same problem. |
Hi, |
@nik-gautam Go ahead. |
@nik-gautam looks like you've got it! The only issue i can see is in your choice of background colour. The white text on a red background is difficult to read. You should use the dev tools to ensure that the contrast is sufficiently high. |
@CalebJohn, I have a few doubts. 2> The file |
It wouldn't hurt to look in to this, but users can often be resistant to change so I'm a bit hesitant to push this too far. |
Indeed they can! Thanks @nik-gautam for your work on this!! |
It's my pleasure :) |
@CalebJohn can you help out with this part? I am a bit confused about how to go about doing this.
Sorry. |
@nik-gautam please make a PR and we can continue the discusy there. At this point it's easier to talk about the code. |
ref
Currently, a user's only indication that the text they are looking for is not found, is the background colour of the search box


Not only is this an issue for accessibility, it's not always clear what the colour is trying to indicate
This feature fix will have 2 parts
warningBackgroundColor
.NoteSearchBar
to display the textNo matches
(or something similar)This is an example of how it's done in firefox, the text on the right is the important part here

The text was updated successfully, but these errors were encountered: