소스 검색

Merge pull request #4112 from weseek/imprv/GW-7000-bgcolor-shape

change background color
kaho819 4 년 전
부모
커밋
4ee2bd1993
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/client/styles/scss/theme/_apply-colors.scss

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

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