浏览代码

remove button class on dropdown-container

button class on dropdown-container causes dual hover effect
dimbslmh 6 年之前
父节点
当前提交
31c68ec037
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/themes/foundation/bootstrap-table-foundation.js

+ 1 - 1
src/themes/foundation/bootstrap-table-foundation.js

@@ -18,7 +18,7 @@
       this.constants.theme = 'foundation'
       this.constants.theme = 'foundation'
 
 
       this.constants.classes.buttonsGroup = 'button-group'
       this.constants.classes.buttonsGroup = 'button-group'
-      this.constants.classes.buttonsDropdown = 'button dropdown-container'
+      this.constants.classes.buttonsDropdown = 'dropdown-container'
       this.constants.classes.paginationDropdown = ''
       this.constants.classes.paginationDropdown = ''
       this.constants.classes.dropdownActive = 'is-active'
       this.constants.classes.dropdownActive = 'is-active'
       this.constants.classes.paginationActive = 'current'
       this.constants.classes.paginationActive = 'current'