Skip to content

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

Description

@grcatlin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions