fix(calendar(css)): fix padding of sort handle of calendars

This commit is contained in:
Francis Lachapelle
2020-01-17 11:48:02 -05:00
parent 96f2c64320
commit 43e5662950
2 changed files with 16 additions and 15 deletions
@@ -261,19 +261,21 @@ div.md-tile-left {
* See https://github.com/a5hik/ng-sortable
*/
.as-sortable-hidden {
display: none !important;
}
.as-sortable-item {
.as-sortable-hidden {
display: none !important;
}
.as-sortable-un-selectable {
user-select: none;
}
.as-sortable-un-selectable {
user-select: none;
}
.as-sortable-item-handle {
display: none; /* [1] */
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
.as-sortable-item-handle {
display: none; /* [1] */
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
}
}
.sg-list-sortable {