UX: Fix bulk-select icon and button alignment (#13299)

This commit is contained in:
Kris 2021-06-07 14:40:37 -04:00 committed by GitHub
parent 7dab169990
commit b29132ebdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@
button.bulk-select {
padding: 0;
vertical-align: middle;
line-height: $line-height-large;
}
td.bulk-select {
@ -179,7 +179,8 @@
#bulk-select {
position: fixed;
right: 20px;
right: 10px; // match horizontal padding on .wrap
padding-top: 12px; // match .topic-list th padding
background-color: var(--secondary);
z-index: z("dropdown");
@supports (position: sticky) {