Skip to content

Commit

Permalink
Merge pull request #5198 from rstudio/bugfix/file-pane-breadcrumb-color
Browse files Browse the repository at this point in the history
fix themed styling of file pane breadcrumb text
  • Loading branch information
gtritchie committed Aug 8, 2019
2 parents 878c70d + d5d16ab commit d8d18ad
Showing 1 changed file with 6 additions and 7 deletions.
Expand Up @@ -133,9 +133,8 @@ body.windows .gwt-CheckBox-FilesSelectAll {
.breadcrumb-filepane, .breadcrumb-filepane table, .breadcrumb-filepane td {
height: 20px;
}
.breadcrumb table.path a,
.breadcrumb table.path span,
.breadcrumb table.path .rstudio-HyperlinkLabel
.breadcrumb table.path .rstudio-HyperlinkLabel,
.breadcrumb table.path span
{
float: left;
text-decoration: none;
Expand All @@ -146,23 +145,23 @@ body.windows .gwt-CheckBox-FilesSelectAll {
background-size: 6px 9px;
}

.rstudio-themes-flat .breadcrumb table.path a,
.rstudio-themes-flat .breadcrumb table.path .rstudio-HyperlinkLabel,
.rstudio-themes-flat .breadcrumb table.path span {
padding-top: 4px;
}

body.windows .breadcrumb table.path a,
body.windows .breadcrumb table.path .rstudio-HyperlinkLabel,
body.windows .breadcrumb table.path span {
padding-top: 2px;
}


.breadcrumb table.path a
.breadcrumb table.path .rstudio-HyperlinkLabel
{
color: #0945bf;
}

.rstudio-themes-flat .rstudio-themes-dark .breadcrumb table.path a
.rstudio-themes-flat .rstudio-themes-dark .breadcrumb table.path .rstudio-HyperlinkLabel
{
color: rgb(191,211,232);
}
Expand Down

0 comments on commit d8d18ad

Please sign in to comment.