[Glitch] Fix column headers accessibility

Port 08e4c78e78 to glitch-soc.

SCSS fix inspired by 69f13e7bca.
This commit is contained in:
Thibaut Girka
2018-03-16 17:19:38 +01:00
parent 06fc278e4c
commit abf7c5b850
2 changed files with 9 additions and 14 deletions

View File

@@ -243,7 +243,6 @@
.column-header {
display: flex;
font-size: 16px;
padding: 15px;
background: lighten($ui-base-color, 4%);
flex: 0 0 auto;
cursor: pointer;
@@ -255,7 +254,7 @@
& > button {
margin: 0;
border: none;
padding: 15px 0 15px 15px;
padding: 15px;
color: inherit;
background: transparent;
font: inherit;
@@ -303,7 +302,6 @@
.column-header__buttons {
height: 48px;
display: flex;
margin: -15px;
margin-left: 0;
}