Skip to content

Commit

Permalink
- hide duplicate upload button that reappeared due to css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Jul 12, 2016
1 parent 80bd904 commit 898d584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/nodebb-plugin-tdwtf-customizations/custom.less
Expand Up @@ -545,9 +545,9 @@ details.details_shim_open > summary:before {display: inline-block; content: "\
box-shadow: 0 0 5em #5bc0de inset;
}

.formatting-bar {
.composer .formatting-bar .formatting-group {
/* hide image link button and duplicate upload button */
[data-format="picture-o"], [data-format="picture"] {
li[data-format="picture-o"], li[data-format="picture"] {
display: none;
}
}
Expand Down

0 comments on commit 898d584

Please sign in to comment.