From df3edd871e2a74aba5a979dea2b8d736fd60b98f Mon Sep 17 00:00:00 2001 From: prssanna Date: Thu, 11 Feb 2021 15:47:13 +0530 Subject: [PATCH] fix: remove unused styles --- frappe/public/less/desk.less | 86 ++++++++++++++++-------------------- 1 file changed, 39 insertions(+), 47 deletions(-) diff --git a/frappe/public/less/desk.less b/frappe/public/less/desk.less index ed63ed208b..96e90a4247 100644 --- a/frappe/public/less/desk.less +++ b/frappe/public/less/desk.less @@ -2,64 +2,56 @@ @import "mixins.less"; @import "common.less"; -.nav-pills a, .nav-pills a:hover { - border-bottom: none; -} +// .nav-pills a, .nav-pills a:hover { +// border-bottom: none; +// } -a.form-link { - color: inherit; - font-weight: bold; - font-size: 102%; -} +// a.form-link { +// color: inherit; +// font-weight: bold; +// font-size: 102%; +// } -a[disabled="disabled"] { - color: @text-muted; - text-decoration: none; - cursor: default; +// a[disabled="disabled"] { +// color: @text-muted; +// text-decoration: none; +// cursor: default; - &:hover { - text-decoration: none; - } -} +// &:hover { +// text-decoration: none; +// } +// } -.link-primary& { - color: @brand-primary; +// .link-primary& { +// color: @brand-primary; - &:hover, &:focus { - color: @brand-primary; - } -} +// &:hover, &:focus { +// color: @brand-primary; +// } +// } -.alert-badge { - margin: 4px 0px; -} +// .alert-badge { +// margin: 4px 0px; +// } -.alert-badge .badge { - margin-top: 3px; -} +// .alert-badge .badge { +// margin-top: 3px; +// } -.missing-image { - background-color: @light-bg; - line-height: 140px; - vertical-align: middle; - text-align: center; - width: 140px; - height: 140px; -} -.missing-image .octicon { - font-size: 32px; - color: @border-color; -} +// .missing-image .octicon { +// font-size: 32px; +// color: @border-color; +// } -.missing-image.small { - width: 20px; - height: 20px; -} +// .missing-image.small { +// width: 20px; +// height: 20px; +// } -.missing-image.small .octicon { - font-size: 16px; -} +// .missing-image.small .octicon { +// font-size: 16px; +// } .frappe-editor { cursor: text;