git ssb

10+

Matt McKegg / patchwork



Commit a5c28728970df056261ab23bd73ce10323f3b454

dark: fix up hover backgrounds on profile and channel list

Matt McKegg committed on 7/8/2018, 3:18:07 AM
Parent: cfe7d1016dcda361c455bff02048aa70429d2199

Files changed

styles/dark/channel-list.mcsschanged
styles/dark/profile-list.mcsschanged
styles/dark/channel-list.mcssView
@@ -3,9 +3,9 @@
33 display: flex;
44 padding: 8px 10px;
55 font-size: 110%;
66 margin: 4px 0;
7- background: #2d2c2c;
7+ background: #313131;
88 color: #ccc;
99 border-radius: 3px;
1010 position: relative
1111 transition: background-color 0.25s
@@ -41,9 +41,9 @@
4141 content: "<circle cx='6' stroke='#888' fill='none' cy='6' r='5' /> <circle cx='6' cy='6' r='3' fill='#888'/>"
4242 }
4343
4444 :hover {
45- background: #434141;
45+ background: #292929;
4646 text-decoration: none;
4747 a {
4848 transition: opacity 0.05s
4949 opacity: 1
styles/dark/profile-list.mcssView
@@ -3,9 +3,9 @@
33 display: flex;
44 padding: 4px;
55 font-size: 110%;
66 margin: 4px 0;
7- background: #2d2c2c;
7+ background: #313131;
88 border-radius: 3px;
99 position: relative
1010 text-decoration: none
1111 transition: background-color 0.25s
@@ -115,9 +115,9 @@
115115 padding-right: 10px;
116116 }
117117
118118 :hover {
119- background-color: #434141;
119+ background-color: #292929;
120120 div.controls {
121121 opacity: 1
122122 }
123123 }

Built with git-ssb-web