diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2019-01-24 12:09:23 +0100 |
---|---|---|
committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2019-01-24 20:50:42 +0100 |
commit | dd88eb4cc191a06f7eb84213b026dfb93546f245 (patch) | |
tree | e78486f56d862c0aabd1f0c8918a1c483d15dfe9 /client/components/lists | |
parent | 5fa0821e078ff03647d23909517ddf6984f8baf5 (diff) | |
download | wekan-dd88eb4cc191a06f7eb84213b026dfb93546f245.tar.gz wekan-dd88eb4cc191a06f7eb84213b026dfb93546f245.tar.bz2 wekan-dd88eb4cc191a06f7eb84213b026dfb93546f245.zip |
swimlane-view: have the swimlane header horizontal
This allows to use the header as a separator between swimlanes.
This will be most useful when we can set the background color of these
headers.
Diffstat (limited to 'client/components/lists')
-rw-r--r-- | client/components/lists/list.styl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index 72cb19f4..ec835961 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -10,7 +10,6 @@ // transparent, because that won't work during a list drag. background: darken(white, 13%) border-left: 1px solid darken(white, 20%) - border-bottom: 1px solid #CCC padding: 0 float: left |