imncls
6 years ago
No known key found for this signature in database
GPG Key ID: 18FE1E1E7098294A
1 changed files with
15 additions and
1 deletions
-
app/javascript/flavours/glitch/styles/components/columns.scss
|
|
@ -242,7 +242,6 @@ |
|
|
|
|
|
|
|
.column-header { |
|
|
|
display: flex; |
|
|
|
padding: 15px; |
|
|
|
font-size: 16px; |
|
|
|
background: lighten($ui-base-color, 4%); |
|
|
|
flex: 0 0 auto; |
|
|
@ -250,6 +249,21 @@ |
|
|
|
position: relative; |
|
|
|
z-index: 2; |
|
|
|
outline: 0; |
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
& > button { |
|
|
|
margin: 0; |
|
|
|
border: none; |
|
|
|
padding: 15px 0 15px 15px; |
|
|
|
color: inherit; |
|
|
|
background: transparent; |
|
|
|
font: inherit; |
|
|
|
text-align: left; |
|
|
|
text-overflow: ellipsis; |
|
|
|
overflow: hidden; |
|
|
|
white-space: nowrap; |
|
|
|
flex: 1; |
|
|
|
} |
|
|
|
|
|
|
|
&.active { |
|
|
|
box-shadow: 0 1px 0 rgba($ui-highlight-color, 0.3); |
|
|
|