fix: remove unused gantt.less

This commit is contained in:
prssanna 2021-02-15 19:05:55 +05:30
parent e498c887c2
commit d45865fd71
2 changed files with 0 additions and 47 deletions

View file

@ -225,7 +225,6 @@
"public/js/frappe/form/form.js",
"public/js/frappe/meta_tag.js"
],
"css/list.min.css": "public/less/gantt.less",
"js/list.min.js": [
"public/js/frappe/ui/listing.html",

View file

@ -1,46 +0,0 @@
@import "variables.less";
// gantt
.gantt {
.bar-milestone {
.bar {
fill: @red-light;
}
.bar-progress {
fill: @red;
}
}
}
.frappe-list .gantt-container .popup-wrapper .pointer {
height: 14px;
}
.frappe-rtl .gantt {
direction: ltr;
}
.list-paging-area .gantt-view-mode {
margin-left: 15px;
margin-right: 15px;
}
.gantt-container {
.details-container {
min-width: 160px;
.heading {
margin-bottom: 10px;
font-size: 12px;
}
.avatar-small {
width: 16px;
height: 16px;
}
.standard-image {
display: block;
}
}
}