From 78cce1dba905bd3826aeda1c9edd34efcd0b6335 Mon Sep 17 00:00:00 2001 From: Alex P Date: Tue, 23 May 2017 10:10:45 -0700 Subject: [PATCH] Remove unused style --- ui/src/style/layout/sidebar.scss | 34 +------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/ui/src/style/layout/sidebar.scss b/ui/src/style/layout/sidebar.scss index 342d8a28c..6a6519947 100644 --- a/ui/src/style/layout/sidebar.scss +++ b/ui/src/style/layout/sidebar.scss @@ -21,38 +21,6 @@ $sidebar-active-accent: $c-laser; $sidebar-logo-bg: $g17-whisper; $sidebar-logo-color: $g8-storm; - -// Rename button -.js-open-rename-cluster-modal { - display: inline-block; - height: 20px; - width: 20px; - border: none; - background-color: $g8-storm; - vertical-align: middle; - border-radius: 3px; - margin-left: 11px; - margin-right: -25px; - position: relative; - font-size: 13px; - color: $g20-white; - opacity: 0.4; - transition: - background-color 0.25s ease, - opacity 0.25s ease; - - .icon.pencil { - position: absolute; - top: 3px; - left: 4px; - } - - &:hover { - background-color: $g9-mountain; - cursor: pointer; - } -} - // Sidebar styles .sidebar { display: flex; @@ -315,4 +283,4 @@ $sidebar-logo-color: $g8-storm; padding: 0px $sidebar-menu-gutter; } -} \ No newline at end of file +}