Explorar o código

fix: global style in `global.less` not need :global anymore

愚道 %!s(int64=7) %!d(string=hai) anos
pai
achega
3d728ed29d
Modificáronse 1 ficheiros con 5 adicións e 7 borrados
  1. 5 7
      src/global.less

+ 5 - 7
src/global.less

@@ -32,11 +32,9 @@ ol {
   list-style: none;
 }
 
-:global {
-  body .ant-drawer .ant-drawer-content {
-    opacity: 1;
-  }
-  body .anticon svg {
-    display: block;
-  }
+body .ant-drawer .ant-drawer-content {
+  opacity: 1;
+}
+body .anticon svg {
+  display: block;
 }