diff options
author | Lorenz Diener <halcyon@icosahedron.website> | 2017-02-10 15:35:19 +0000 |
---|---|---|
committer | Lorenz Diener <halcyon@icosahedron.website> | 2017-02-10 15:35:19 +0000 |
commit | c9f42a7b851ed80442cbfba8ba4a3a0ec062f8da (patch) | |
tree | 5fda57dd0e254f30c9bf2261924158de38cae992 /app/assets/javascripts/components/features | |
parent | c424df5192f346dba5332a4b3a2de43b2f028e0c (diff) |
Move more inline colours to scss
Diffstat (limited to 'app/assets/javascripts/components/features')
-rw-r--r-- | app/assets/javascripts/components/features/notifications/components/clear_column_button.jsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/javascripts/components/features/notifications/components/clear_column_button.jsx b/app/assets/javascripts/components/features/notifications/components/clear_column_button.jsx index d20a4d170..0b7c737c6 100644 --- a/app/assets/javascripts/components/features/notifications/components/clear_column_button.jsx +++ b/app/assets/javascripts/components/features/notifications/components/clear_column_button.jsx @@ -4,8 +4,7 @@ const iconStyle = { position: 'absolute', right: '48px', top: '0', - cursor: 'pointer', - background: '#2f3441' + cursor: 'pointer' }; const ClearColumnButton = ({ onClick }) => ( |