Procházet zdrojové kódy

Fix error linting popup styles in light theme

base16
Garrick Aden-Buie před 7 roky
rodič
revize
49a54577b7
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      src/rstudio/_rstudio-light.scss

+ 2
- 1
src/rstudio/_rstudio-light.scss Zobrazit soubor

@@ -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;

Načítá se…
Zrušit
Uložit