瀏覽代碼

Fix dark theme lint error popup

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

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

@@ -292,7 +292,8 @@ table.rstheme_tabLayoutCenter, .rstudio-themes-flat .rstudio-themes-dark-grey .g
}
}
.gwt-PopupPanel .popupContent {
background: $ui-completions-color;
background: $ui-completions-background;
padding: 2px;
table {
background: $ui-completions-color;
border: 0;

Loading…
取消
儲存