Simplify CSS for read-only fields.
This commit is contained in:
@@ -183,12 +183,6 @@
|
||||
padding: 11px 14px;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
// This should only apply for the email field if email address
|
||||
// changes are disabled, so we explicitly specify "span".
|
||||
#u-field-value-username, span#u-field-value-email {
|
||||
padding-top: ($baseline/2);
|
||||
}
|
||||
}
|
||||
|
||||
.u-field-order {
|
||||
@@ -325,6 +319,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.u-field-readonly .u-field-value {
|
||||
padding-top: ($baseline/2);
|
||||
}
|
||||
|
||||
.u-field-orderHistory {
|
||||
border-bottom: none;
|
||||
border: 1px solid $m-gray-l4;
|
||||
|
||||
Reference in New Issue
Block a user