Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
some multiselect design fixes
Signed-off-by: szaimen <[email protected]>
  • Loading branch information
szaimen committed Jul 16, 2021
commit 33f231c5ae03e47ec34a28da4acf3a71c32b4556
9 changes: 7 additions & 2 deletions apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,16 @@ table th .columntitle {
vertical-align: middle;
}
table.multiselect th .columntitle {
display: inline-block;
display: inline-block;
margin-right: -20px;
}
table th .columntitle.name {
padding-left: 0;
margin-left: 50px;
margin-left: 44px;
}

table.multiselect th .columntitle.name {
margin-left: 0;
}

table th .sort-indicator {
Expand Down
3 changes: 3 additions & 0 deletions core/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,9 @@ tr {

.selectedActions > a {
opacity: .5;
position: relative;
top: 2px;

&:hover, &:focus {
opacity: 1;
}
Expand Down