Parcourir la source

Fix dark theme lint error popup

base16
Garrick Aden-Buie il y a 7 ans
Parent
révision
1dc04b41bd
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      src/rstudio/_rstudio-dark.scss

+ 2
- 1
src/rstudio/_rstudio-dark.scss Voir le fichier

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

Chargement…
Annuler
Enregistrer