File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,7 @@ export default function GooeyPopover({
33
33
animation = "scale"
34
34
{ ...props }
35
35
>
36
- < button
37
- type = "button"
38
- className = "border-0 bg-transparent"
39
- onClick = { ( ) => setVisible ( ! visible ) }
40
- >
36
+ < button type = "button" onClick = { ( ) => setVisible ( ! visible ) } >
41
37
< RenderedChildren
42
38
children = { children }
43
39
onChange = { onChange }
Original file line number Diff line number Diff line change @@ -783,3 +783,16 @@ a.text-primary:hover {
783
783
.modal-header {
784
784
align-items : start;
785
785
}
786
+
787
+ button {
788
+ -webkit-appearance : none;
789
+ border-radius : 0 ;
790
+ text-align : inherit;
791
+ background : none;
792
+ box-shadow : none;
793
+ padding : 0 ;
794
+ cursor : pointer;
795
+ border : none;
796
+ color : inherit;
797
+ font : inherit;
798
+ }
You can’t perform that action at this time.
0 commit comments