Added ordering capabilities to short URLs list

This commit is contained in:
Alejandro Celaya
2018-07-22 09:37:57 +02:00
parent 6e6e54fa36
commit 86a1cdf4d1
7 changed files with 93 additions and 22 deletions

View File

@@ -4,6 +4,14 @@
vertical-align: middle !important;
}
.short-urls-list__header--with-action {
cursor: pointer;
}
.short-urls-list__header-icon {
margin-right: 5px;
}
.short-urls-list__dropdown-toggle:before {
display: none !important;
}