Просмотр исходного кода

Fix #4 selected lines in "go to" dropdown menu

one
Garrick Aden-Buie 7 лет назад
Родитель
Сommit
7f3949d7da
3 измененных файлов: 15 добавлений и 0 удалений
  1. +5
    -0
      rsthemes/nord-polar-night-aurora.rstheme
  2. +5
    -0
      rsthemes/oceanic-plus.rstheme
  3. +5
    -0
      rstudio/_rstudio-dark.scss

+ 5
- 0
rsthemes/nord-polar-night-aurora.rstheme Просмотреть файл

@@ -300,6 +300,11 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d
color: #d8dee9 !important;
}

.popupMiddleCenter .item.item-selected, .menuPopupMiddleCenter .item.item-selected, .suggestPopupMiddleCenter .item.item-selected {
color: #2e3440 !important;
background: #d8dee9 !important;
}

.themedPopupPanel {
border: solid 1px #46597c;
}

+ 5
- 0
rsthemes/oceanic-plus.rstheme Просмотреть файл

@@ -301,6 +301,11 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d
color: #D8DEE9 !important;
}

.popupMiddleCenter .item.item-selected, .menuPopupMiddleCenter .item.item-selected, .suggestPopupMiddleCenter .item.item-selected {
color: #1B2B34 !important;
background: #D8DEE9 !important;
}

.themedPopupPanel {
border: solid 1px #4F5B66;
}

+ 5
- 0
rstudio/_rstudio-dark.scss Просмотреть файл

@@ -252,6 +252,11 @@ table.rstheme_tabLayoutCenter, .rstudio-themes-flat .rstudio-themes-dark-grey .g
.popupMiddleCenter, .menuPopupMiddleCenter, .suggestPopupMiddleCenter {
background: $ui-completions-background !important;
color: $ui-completions-color !important;
.item.item-selected {
color: $ui-completions-background !important;
background: $ui-completions-color !important;
}
}
.themedPopupPanel {
border: solid 1px $ui-completions-border;

Загрузка…
Отмена
Сохранить