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