Skip to content
Prev Previous commit
Next Next commit
Css related changes
Signed-off-by: Kavita Sonawane <[email protected]>
  • Loading branch information
TSI-kavitasonawane committed Oct 5, 2021
commit f4a96a8168be597093b2aa0561c5a71dfe0a25e7
20 changes: 20 additions & 0 deletions apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1308,6 +1308,11 @@ table.multiselect {
padding-left: 8px;
padding-right: 19px;
}
&:hover {
.label {
text-decoration: underline;
}
}
}
}
}
Expand All @@ -1321,3 +1326,18 @@ table.multiselect {
top: 45px;
}
}

#allLabel {
padding-top: 5px;
}

.item-cancel {
a {
.label {
color: #ff0000;
}
}
.icon-close {
filter: invert(18%) sepia(99%) saturate(7440%) hue-rotate(1deg) brightness(110%) contrast(115%);
}
}
2 changes: 0 additions & 2 deletions apps/files/js/filemultipleselectionmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
*/
show: function(context) {
this._context = context;
this.$el.removeClass('hidden');
OC.showMenu(null, this.$el);
return false;
},
toggleItemVisibility: function (itemName, show) {
Expand Down