Skip to content

Commit

Permalink
Fixes bug where add and delete row buttons in repeater dissappeared.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer Svanmark committed Oct 6, 2016
1 parent 5cc455e commit f2ad71f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions dist/css/acf-ux-collapse.dev.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@
margin-right: 10px; }

a.acf-icon.-collapse[data-event="collapse-row"],
.acf-row:hover a.acf-icon.-collapse[data-event="collapse-row"],
.acf-repeater .acf-row:hover > .acf-row-handle .acf-icon {
.acf-row:hover a.acf-icon.-collapse[data-event="collapse-row"] {
display: none !important; }
2 changes: 1 addition & 1 deletion dist/css/acf-ux-collapse.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions source/sass/acf-ux-collapse.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ $minimize: 'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZX
}

a.acf-icon.-collapse[data-event="collapse-row"],
.acf-row:hover a.acf-icon.-collapse[data-event="collapse-row"],
.acf-repeater .acf-row:hover > .acf-row-handle .acf-icon {
.acf-row:hover a.acf-icon.-collapse[data-event="collapse-row"] {
display: none !important;
}

0 comments on commit f2ad71f

Please sign in to comment.