fix: remove unused styles
This commit is contained in:
parent
46dedcae88
commit
df3edd871e
1 changed files with 39 additions and 47 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue