Skip to content

Commit f8c0c7f

Browse files
committed
Remove importants
1 parent e6b4104 commit f8c0c7f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

components/button/theme.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
position: relative;
99

1010
> input {
11-
width: 0.1px !important;
12-
height: 0.1px !important;
13-
opacity: 0;
14-
overflow: hidden;
1511
position: absolute;
16-
z-index: 0 !important;
17-
padding: 0 !important;
18-
margin: 0 !important;
12+
z-index: 0;
13+
width: 0.1px;
14+
height: 0.1px;
15+
padding: 0;
16+
margin: 0;
17+
overflow: hidden;
18+
opacity: 0;
1919
}
2020
}
2121

0 commit comments

Comments
 (0)