Browse Source

Update columns.scss

closed-social-glitch-2
imncls 6 years ago
parent
commit
7bff3243ae
No known key found for this signature in database GPG Key ID: 18FE1E1E7098294A
1 changed files with 15 additions and 1 deletions
  1. +15
    -1
      app/javascript/flavours/glitch/styles/components/columns.scss

+ 15
- 1
app/javascript/flavours/glitch/styles/components/columns.scss View File

@ -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);

Loading…
Cancel
Save