kaho-y 4 лет назад
Родитель
Сommit
89106af1ec

+ 1 - 1
src/client/styles/scss/theme/_apply-colors.scss

@@ -267,7 +267,7 @@ ul.pagination {
   .grw-recent-changes {
   .grw-recent-changes {
     .list-group {
     .list-group {
       .list-group-item {
       .list-group-item {
-        background-color: $bgcolor-sidebar-context;
+        background-color: transparent;
         .grw-tag-label {
         .grw-tag-label {
           color: $secondary;
           color: $secondary;
           background-color: $gray-200;
           background-color: $gray-200;

+ 2 - 2
src/client/styles/scss/theme/mixins/_list-group.scss

@@ -2,8 +2,8 @@
   .list-group {
   .list-group {
     .list-group-item {
     .list-group-item {
       color: $color;
       color: $color;
-      // background-color: $bgcolor;
-      // border-color: $border-color-global;
+      background-color: $bgcolor;
+      border-color: $border-color-global;
 
 
       &.list-group-item-action {
       &.list-group-item-action {
         &:hover {
         &:hover {