diff --git a/docs/examples/table/fixed-column.vue b/docs/examples/table/fixed-column.vue
index e386acd3d4..0eee962c0d 100644
--- a/docs/examples/table/fixed-column.vue
+++ b/docs/examples/table/fixed-column.vue
@@ -8,8 +8,10 @@
- Detail
- Edit
+ Detail
+ Edit
diff --git a/docs/examples/table/fixed-header-with-fluid-header.vue b/docs/examples/table/fixed-header-with-fluid-header.vue
index f99dd417f4..53efeea5d4 100644
--- a/docs/examples/table/fixed-header-with-fluid-header.vue
+++ b/docs/examples/table/fixed-header-with-fluid-header.vue
@@ -8,7 +8,12 @@
-
+
Remove
diff --git a/packages/theme-chalk/src/button.scss b/packages/theme-chalk/src/button.scss
index dd25a61041..fb9703a1cf 100644
--- a/packages/theme-chalk/src/button.scss
+++ b/packages/theme-chalk/src/button.scss
@@ -202,10 +202,12 @@ $button-icon-span-gap: map.merge(
@include when(link) {
border-color: transparent;
- // color: getCssVar('color', 'primary');
+ color: getCssVar('button', 'text-color');
background: transparent;
padding-left: 0;
padding-right: 0;
+ outline: 0;
+ outline-offset: 0;
&:hover {
color: getCssVar('button', 'hover', 'link-text-color');
@@ -220,13 +222,11 @@ $button-icon-span-gap: map.merge(
&:not(.is-disabled) {
&:hover,
&:focus {
- // color: getCssVar('color', 'primary', 'light-3');
border-color: transparent;
background-color: transparent;
}
&:active {
- // color: getCssVar('color', 'primary', 'dark-2');
border-color: transparent;
background-color: transparent;
}