Merge remote-tracking branch 'remotes/origin/fix-column-headers-accessibility'

This commit is contained in:
David Yip
2018-01-12 20:10:58 -06:00
2 changed files with 21 additions and 11 deletions

View File

@ -2350,6 +2350,19 @@
position: relative;
z-index: 2;
outline: 0;
overflow: hidden;
& > button {
display: flex;
flex: auto;
margin: 0;
border: none;
padding: 0;
color: inherit;
background: transparent;
font: inherit;
text-align: left;
}
&.active {
box-shadow: 0 1px 0 rgba($ui-highlight-color, 0.3);