about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/notifications
diff options
context:
space:
mode:
authorLorenz Diener <halcyon@icosahedron.website>2017-02-10 15:35:19 +0000
committerLorenz Diener <halcyon@icosahedron.website>2017-02-10 15:35:19 +0000
commitc9f42a7b851ed80442cbfba8ba4a3a0ec062f8da (patch)
tree5fda57dd0e254f30c9bf2261924158de38cae992 /app/assets/javascripts/components/features/notifications
parentc424df5192f346dba5332a4b3a2de43b2f028e0c (diff)
Move more inline colours to scss
Diffstat (limited to 'app/assets/javascripts/components/features/notifications')
-rw-r--r--app/assets/javascripts/components/features/notifications/components/clear_column_button.jsx3
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 }) => (