mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 10:55:08 +00:00
fix(calendar(css)): fix padding of sort handle of calendars
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user