소스 검색

Merge pull request #7828 from weseek/fix/transition-for-brand-logo

fix: Brand logo fill color transition
Yuki Takei 3 년 전
부모
커밋
9fd3a96811
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      apps/app/src/styles/theme/apply-colors.scss

+ 2 - 2
apps/app/src/styles/theme/apply-colors.scss

@@ -145,8 +145,8 @@ ul.pagination {
 //
 
 .grw-logo {
-  set transition for fill
-  svg * {
+  // set transition for fill
+  svg, svg * {
     transition: fill 0.8s ease-out;
   }