We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830cc3d commit 8b73743Copy full SHA for 8b73743
documentation/changelog.md
@@ -2,6 +2,7 @@
2
3
## 0.82.0
4
* Use proper close icon reference
5
+* Add style presentation as buttton for mass action with only one option
6
7
## 0.81.0
8
* Switch to Sass modules system
src/js/components/massActions.vue
@@ -5,7 +5,7 @@
:class="{
activeDropdown: selectedModelsOpened,
withSelection: selectedModels.length,
- singleAction: hasSingleAction
+ withSingleAction: hasSingleAction
9
}"
10
v-on-dismiss="{
11
callback: closeSelectedModels,
@@ -410,7 +410,7 @@ export default {
410
411
}
412
413
- &.singleAction {
+ &.withSingleAction {
414
415
.selectCont {
416
display: none;
0 commit comments