Skip to content

Commit

Permalink
Merge pull request #27995 from nextcloud/enh/noid/multiselect-design-…
Browse files Browse the repository at this point in the history
…fixes

some multiselect  design fixes
  • Loading branch information
juliusknorr authored Jul 16, 2021
2 parents f86f594 + f4db7cb commit 2766df9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
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

0 comments on commit 2766df9

Please sign in to comment.