diff --git a/src/popover/index.js b/src/popover/index.js
index 5ba35cc38..2e174873e 100644
--- a/src/popover/index.js
+++ b/src/popover/index.js
@@ -106,14 +106,14 @@ export default createComponent({
renderAction(action, index) {
const { icon, text, disabled, className } = action;
return (
-
+
);
},
@@ -187,7 +187,7 @@ export default createComponent({
nativeOnTouchstart={this.onTouchstart}
>
+
{this.slots('default') || this.actions.map(this.renderAction)}
diff --git a/src/popover/index.less b/src/popover/index.less
index a717183c0..de5ce500c 100644
--- a/src/popover/index.less
+++ b/src/popover/index.less
@@ -34,8 +34,6 @@
padding: 0 @padding-md;
font-size: @popover-action-font-size;
line-height: @line-height-md;
- background-color: transparent;
- border: none;
cursor: pointer;
&:last-child {
diff --git a/src/popover/test/__snapshots__/index.spec.js.snap b/src/popover/test/__snapshots__/index.spec.js.snap
index c230602cd..2ecc721c9 100644
--- a/src/popover/test/__snapshots__/index.spec.js.snap
+++ b/src/popover/test/__snapshots__/index.spec.js.snap
@@ -1,9 +1,9 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`should allow to custom the className of action 1`] = `
-