Ver Fonte

remove box-shadow

kaori há 4 anos atrás
pai
commit
65242dee4c
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      packages/app/src/styles/_page-tree.scss

+ 4 - 0
packages/app/src/styles/_page-tree.scss

@@ -21,6 +21,10 @@
       background-color: transparent;
       transition: 0.5s;
 
+      &:focus {
+        box-shadow: none;
+      }
+
       &.grw-pagetree-open {
         transform: rotate(90deg);
       }