fix: remove unused gantt.less
This commit is contained in:
parent
e498c887c2
commit
d45865fd71
2 changed files with 0 additions and 47 deletions
|
|
@ -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",
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue