瀏覽代碼

Fix error linting popup styles in light theme

base16
Garrick Aden-Buie 7 年之前
父節點
當前提交
49a54577b7
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      src/rstudio/_rstudio-light.scss

+ 2
- 1
src/rstudio/_rstudio-light.scss 查看文件

@@ -293,7 +293,8 @@ table.rstheme_tabLayoutCenter, .rstudio-themes-flat .rstudio-themes-default .gwt
}
}
.gwt-PopupPanel .popupContent {
background: $ui-completions-color;
background: inherit;
color: $ui-completions-color;
table {
background: $ui-completions-color;
border: 0;

Loading…
取消
儲存