From 46fc47e520efeff328db9b125c5339baac7b88e5 Mon Sep 17 00:00:00 2001 From: David Rojas Camaggi Date: Tue, 6 Jun 2017 09:45:36 -0400 Subject: PLT 6416 Add StatusDropdown to profile picture in top left (#6327) (#6418) * PLT-6416 the profile picture is always shown in the top left (#6327) * PLT-6416 Add status icon to profile picture in left sidebar (#6327) * PLT-6416 Add StatusDropdown to profile picture in top left (#6327) * Fixing theme stuff for status picker * PLT-6416 Automatically close status dropdown after selection (#6327) * PLT-6416 Avoid render status dropdown in sidebar if isMobile (#6327) * PLT-6416 Change icon for status change to caret-down (#6327) * PLT-6416 Update visibility of status dropdown after window size (#6327) * PLT-6416 Refactor status dropdown for better mouse usability (#6327) * PLT-6416 Change status dropdown to the redux way (#6327) * PLT-6416 Fix header style of admin sidebar (#6327) --- webapp/sass/components/_status-dropdown.scss | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 webapp/sass/components/_status-dropdown.scss (limited to 'webapp/sass/components/_status-dropdown.scss') diff --git a/webapp/sass/components/_status-dropdown.scss b/webapp/sass/components/_status-dropdown.scss new file mode 100644 index 000000000..3a6b89835 --- /dev/null +++ b/webapp/sass/components/_status-dropdown.scss @@ -0,0 +1,5 @@ +@charset 'UTF-8'; + +#status-dropdown { + cursor: pointer; +} -- cgit v1.2.3-1-g7c22