From 6d8657ab5c576fcd5fb3f120761afbe9d31388c2 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Thu, 30 Nov 2017 11:45:51 +0100 Subject: [PATCH] Move css styles from custom file to correct admin.scss one --- app/assets/stylesheets/admin.scss | 5 +++++ app/assets/stylesheets/custom.scss | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 85997aecd..a2e3e0e7f 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -270,6 +270,11 @@ $sidebar-active: #f4fcd0; } } +.sortable thead th:hover { + text-decoration: underline; + cursor: pointer; +} + // 02. Sidebar // ----------- diff --git a/app/assets/stylesheets/custom.scss b/app/assets/stylesheets/custom.scss index 06b4d91ce..090eb0342 100644 --- a/app/assets/stylesheets/custom.scss +++ b/app/assets/stylesheets/custom.scss @@ -3,8 +3,3 @@ // * English: https://github.com/consul/consul/blob/master/CUSTOMIZE_EN.md#css // * Spanish: https://github.com/consul/consul/blob/master/CUSTOMIZE_ES.md#css // - -table.sortable thead th:hover { - text-decoration: underline; - cursor: pointer; -} \ No newline at end of file