Fix regression from #6199: Make entire column header clickable (#6334)

This commit is contained in:
Eugen Rochko 2018-01-23 05:06:29 +01:00 committed by GitHub
parent 613e7c7521
commit 69f13e7bca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -2393,7 +2393,6 @@
.column-header {
display: flex;
padding: 15px;
font-size: 16px;
background: lighten($ui-base-color, 4%);
flex: 0 0 auto;
@ -2408,7 +2407,7 @@
flex: auto;
margin: 0;
border: none;
padding: 0;
padding: 15px;
color: inherit;
background: transparent;
font: inherit;
@ -2433,7 +2432,6 @@
.column-header__buttons {
height: 48px;
display: flex;
margin: -15px;
margin-left: 0;
}