dracula / dracula/rstudio

Background image bug for project wizard dialog

Open
#14 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
14
Forks
11
PR merge metrics
No merged PRs in 30d

Description

# Issue
Some of the classes relating to elements in the new project wizard dialog (File > New Project...) have a `background` property in their CSS that makes the section of the dialog unreadable. Specifically the following classes:

- `.GEL-OVUBJ2`, the back button
- `.GEL-OVUBL2`, the main content area of the dialog

# Screenshots of problem
File > New Project ... > New Directory > New Project
Screenshot 2022-05-23 at 10 37 13

File > Existing Directory
Screenshot 2022-05-23 at 10 36 24

File > Version Control
Screenshot 2022-05-23 at 10 31 10

# Solution
Override the `background` property of the two CSS classes, `.GEL-OVUBJ2` and `.GEL-OVUBL2`. An override is also needed when the back button is being pressed, i.e. on `.GEL-OVUBJ2:focus`. The back button override likely also needs a border/outline (as per the cancel button in the bottom right of the dialogs).

Dialog as expected (background property of CSS classes disabled via the chromium developer tools inspector)
Screenshot 2022-05-23 at 10 54 55

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.