ソースを参照

Fix error linting popup styles in light theme

base16
コミット
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;

読み込み中…
キャンセル
保存