[Glitch] Fix column headers accessibility
Port08e4c78e78
to glitch-soc. SCSS fix inspired by69f13e7bca
.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user