app/assets/stylesheets/spotlight/_exhibit_admin.scss in blacklight-spotlight-3.6.0.beta7 vs app/assets/stylesheets/spotlight/_exhibit_admin.scss in blacklight-spotlight-3.6.0.beta8
- old
+ new
@@ -33,14 +33,17 @@
.remove {
display: none;
}
.constraint-value {
- @include border-right-radius($border-radius-sm);
+ border-top-right-radius: $border-radius-sm;
+ border-bottom-right-radius: $border-radius-sm;
}
- .form-control-plaintext { display: none; }
+ .form-control-plaintext {
+ display: none;
+ }
}
.analytics {
border-bottom: 1px solid $table-border-color;
table-layout: fixed;
@@ -50,10 +53,11 @@
padding-top: 0;
border-top: 0;
text-align: center;
}
- th, td {
+ th,
+ td {
&:first-child {
border-left: 0;
}
border-left: 1px solid $table-border-color;