Commit 26bf432efc0fbd7b451314cf7b90b88a3302008c
fix "this is you" styling on profile
Matt McKegg committed on 2/16/2017, 6:57:10 AMParent: b2ce2124976cc515372b49adac67cff8f6298f0d
Files changed
modules/page/html/render/profile.js | changed |
styles/toggle-button.mcss | changed |
modules/page/html/render/profile.js | ||
---|---|---|
@@ -105,9 +105,9 @@ | ||
105 | 105 | h('div.title', [ |
106 | 106 | h('h1', ['@', name]), |
107 | 107 | h('div.meta', [ |
108 | 108 | when(id === yourId, [ |
109 | - h('a.-disabled', 'This is you!') | |
109 | + h('a.ToggleButton.-disabled', 'This is you!') | |
110 | 110 | ], [ |
111 | 111 | when(youFollow, |
112 | 112 | h('a.ToggleButton.-unsubscribe', { |
113 | 113 | 'href': '#', |
Built with git-ssb-web