summaryrefslogtreecommitdiff
path: root/openstack_dashboard/themes/material/static/horizon/components/_context_selection.scss
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/themes/material/static/horizon/components/_context_selection.scss')
-rw-r--r--openstack_dashboard/themes/material/static/horizon/components/_context_selection.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/openstack_dashboard/themes/material/static/horizon/components/_context_selection.scss b/openstack_dashboard/themes/material/static/horizon/components/_context_selection.scss
index d94cfd16c..c0fe9b611 100644
--- a/openstack_dashboard/themes/material/static/horizon/components/_context_selection.scss
+++ b/openstack_dashboard/themes/material/static/horizon/components/_context_selection.scss
@@ -2,4 +2,8 @@
@extend .mdi-stop;
color: $gray-light;
font-size: $font-size-small;
-} \ No newline at end of file
+
+ &:before {
+ content: "\F4DB";
+ }
+}