Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New RStudio version (2022.07.1 ) breaks --ds-tab-gradient-light #25

Open
grcatlin opened this issue Aug 16, 2022 · 0 comments
Open

New RStudio version (2022.07.1 ) breaks --ds-tab-gradient-light #25

grcatlin opened this issue Aug 16, 2022 · 0 comments

Comments

@grcatlin
Copy link

Hi again! Much like #24, --ds-tab-gradient-light is broken in newer RStudio version (on Macs at least).

Screen Shot 2022-08-16 at 4 13 59 PM

This is solved by adding .GND-IWGDCJ to the following section in the darkstudio.css file:

/* gradient in files pane that displays when path is too long */
.rstudio-themes-flat
  .rstudio-themes-dark-grey
  .breadcrumb
  :-webkit-any(.GD15MCFCCJ, .GGBOEFPDCJ, .GCHYANPCCJ, .GND-IWGDCJ) {
  background: var(--ds-tab-gradient-light);
}

Screen Shot 2022-08-16 at 4 17 56 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant