소스 검색

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…
취소
저장