浏览代码

Fix dark theme lint error popup

base16
父节点
当前提交
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;

正在加载...
取消
保存