fix: remove unused styles

This commit is contained in:
prssanna 2021-02-11 15:47:13 +05:30
parent 46dedcae88
commit df3edd871e

View file

@ -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;