From 3157f291c0662c3c308a30040d8d4e6ff556cf27 Mon Sep 17 00:00:00 2001 From: Diana Whitten Date: Thu, 14 Jul 2016 14:55:42 -0700 Subject: [PATCH] Updating MDI todos. Change-Id: I47afac6bbcf19cef8527d1574bbccab6ab1b94bf --- openstack_dashboard/themes/material/static/horizon/_icons.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openstack_dashboard/themes/material/static/horizon/_icons.scss b/openstack_dashboard/themes/material/static/horizon/_icons.scss index e1a119e3da..92f7b3acba 100644 --- a/openstack_dashboard/themes/material/static/horizon/_icons.scss +++ b/openstack_dashboard/themes/material/static/horizon/_icons.scss @@ -63,6 +63,7 @@ $icon-swap: ( sort: 'sort', square: 'checkbox-blank', square-o: 'checkbox-blank-outline', + spin: 'reload', times: 'close', times-circle: 'close', trash: 'delete', @@ -70,7 +71,7 @@ $icon-swap: ( th: 'view-module', th-large: 'view-module', upload: 'upload', - unlink: 'close-circle-outline', // TODO: hurgleburgler: replace with 'link-variant-off' once we update MDI + unlink: 'link-variant-off', user: 'account', warning: 'alert', );