We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ce266 commit 2fb5ca0Copy full SHA for 2fb5ca0
blocks/themes/uc-basic/index.css
@@ -30,3 +30,6 @@
30
@import url('../../CloudImageEditor/index.css');
31
@import url('../../CloudImageEditorActivity/index.css');
32
@import url('../../Select/select.css');
33
+
34
+/* POST RESET */
35
+@import url('post-reset.css');
blocks/themes/uc-basic/post-reset.css
@@ -0,0 +1,3 @@
1
+:where([uc-wgt-common]) uc-source-btn[type] {
2
+ all: unset;
3
+}
0 commit comments