浏览代码

fix toolbar dropdown button border

dimbslmh 7 年之前
父节点
当前提交
1fcf5b22b1
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      src/themes/bulma/bootstrap-table-bulma.scss

+ 5 - 3
src/themes/bulma/bootstrap-table-bulma.scss

@@ -25,17 +25,19 @@
       margin-right: 0;
     }
 
-    .keep-open.button.dropdown {
+    .button.dropdown {
       padding: 0;
       margin: 0;
       border: 0;
 
-      .button {
+      &:not(:first-child) .button {
         border-bottom-left-radius: 0;
         border-top-left-radius: 0;
+      }
+
+      &:last-child .button {
         border-bottom-right-radius: 4px;
         border-top-right-radius: 4px;
-        margin-right: 0;
       }
 
       .dropdown-content {