Spellcheck Needs Restyling in Dark Theme #1675

Closed
opened 2018-06-22 16:42:34 +02:00 by QuirkyRobots · 3 comments
QuirkyRobots commented 2018-06-22 16:42:34 +02:00 (Migrated from github.com)

Spellcheck Needs Restyling in Dark Theme

The styles for spellcheck are hard to see in the dark theme.

CURRENT

background: rgba(255,0,0,.15);

image

NEW DARK

    text-decoration: underline;
    text-decoration-color: #ff2727;
    text-decoration-style: dotted;

image

NEW LIGHT

image

## Spellcheck Needs Restyling in Dark Theme The **styles** for **spellcheck** are hard to see in the **dark theme**. ## CURRENT ```css background: rgba(255,0,0,.15); ``` ![image](https://user-images.githubusercontent.com/29914179/41782538-e1400226-767d-11e8-8c9d-29ffa2991177.png) ## NEW DARK ```css text-decoration: underline; text-decoration-color: #ff2727; text-decoration-style: dotted; ``` ![image](https://user-images.githubusercontent.com/29914179/41782485-b9c4420c-767d-11e8-8d09-ccfb59203a6f.png) ## NEW LIGHT ![image](https://user-images.githubusercontent.com/29914179/41782781-88ddc41e-767e-11e8-9de0-080ea488c6bd.png)
tzarebczan commented 2018-06-22 16:45:38 +02:00 (Migrated from github.com)

@Invariant-Change why not just submit a PR? You can literally edit that on the web interface :)

@Invariant-Change why not just submit a PR? You can literally edit that on the web interface :)
QuirkyRobots commented 2018-06-22 16:48:09 +02:00 (Migrated from github.com)

Because I'm too tired, but will tomorrow. I have matchsticks under my eyes atm. Haha!

There are several I can fix, but thought it's better to post them here until I can do them, just in case someone else can do them quicker.

Because I'm too tired, but will tomorrow. I have matchsticks under my eyes atm. Haha! There are several I can fix, but thought it's better to post them here until I can do them, just in case someone else can do them quicker.
QuirkyRobots commented 2018-06-24 17:54:16 +02:00 (Migrated from github.com)
The fix can be found here: https://github.com/lbryio/lbry-app/pull/1679
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#1675
No description provided.