Remove the asterisk on fancy layout

This commit is contained in:
Sam Georges 2014-07-12 17:39:09 +10:00
parent 21bdee9338
commit fc1c417be2
2 changed files with 9 additions and 0 deletions

View File

@ -12150,6 +12150,9 @@ div.popover-overlay {
.fancy-layout .form-tabless-fields .form-group {
padding-bottom: 0;
}
.fancy-layout .form-tabless-fields .form-group.is-required > label:after {
display: none;
}
.fancy-layout .form-tabless-fields .tab-collapse-icon {
position: absolute;
display: block;

View File

@ -215,6 +215,12 @@
.form-group {
padding-bottom: 0;
&.is-required {
> label:after {
display: none;
}
}
}
.tab-collapse-icon {