From 4fd805ebd4a7810c0e83c3bbdce65dae6280787b Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Sat, 6 Jan 2018 00:23:01 +0100 Subject: [PATCH] Remove left over from available contents removal These css rules are not used anymore. --- app/assets/stylesheets/alchemy/elements.scss | 23 -------------------- 1 file changed, 23 deletions(-) diff --git a/app/assets/stylesheets/alchemy/elements.scss b/app/assets/stylesheets/alchemy/elements.scss index fe847aa94b..78600abb46 100644 --- a/app/assets/stylesheets/alchemy/elements.scss +++ b/app/assets/stylesheets/alchemy/elements.scss @@ -655,24 +655,6 @@ select.long { min-width: 90px; margin-right: 4px; } - - a.icon_button.small { - width: 10px; - height: 10px; - display: none; - - .icon { - top: 1px; - right: 1px; - } - - &:hover { - - .icon { - right: 2px; - } - } - } } &.essence_select { @@ -688,11 +670,6 @@ select.long { } } - &:hover label a.icon_button.small { - display: inline-block; - vertical-align: middle; - } - select.essence_editor_select { border-radius: $default-border-radius; background: white;