Commit f1929758d532921140def9648cd39c3e62c0bcce
Channel list like dark theme (green border on the left)
Marcos Gutierrez committed on 9/22/2017, 1:19:46 AMParent: 5a9e9eddf4bd43670d794f0cdf0c6c53b0fb3f5d
Files changed
styles/light/channel-list.mcss | changed |
styles/light/channel-list.mcss | ||
---|---|---|
@@ -20,11 +20,11 @@ | ||
20 | 20 | } |
21 | 21 | |
22 | 22 | -subscribed { |
23 | 23 | background-image: svg(subscribed) |
24 | - span.name { | |
25 | - font-weight: bold | |
26 | - } | |
24 | + border-left: 2px solid #51c067; | |
25 | + border-top-left-radius: 0; | |
26 | + border-bottom-left-radius: 0; | |
27 | 27 | } |
28 | 28 | |
29 | 29 | @svg subscribed { |
30 | 30 | width: 20px |
Built with git-ssb-web