Move css styles from custom file to correct admin.scss one

This commit is contained in:
Bertocq
2017-11-30 11:45:51 +01:00
parent 9e0d2c403a
commit 6d8657ab5c
2 changed files with 5 additions and 5 deletions

View File

@@ -270,6 +270,11 @@ $sidebar-active: #f4fcd0;
}
}
.sortable thead th:hover {
text-decoration: underline;
cursor: pointer;
}
// 02. Sidebar
// -----------

View File

@@ -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;
}