Skip to content

Commit

Permalink
Avoid border-right-radius Boostrap 4 mixin (#3026)
Browse files Browse the repository at this point in the history
This will help make Spotlight compatible with bootstrap 4 or 5
  • Loading branch information
jcoyne committed Jun 28, 2024
1 parent d961ced commit aa4c5b1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions app/assets/stylesheets/spotlight/_exhibit_admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,13 @@
}

.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 {
Expand All @@ -52,7 +55,8 @@
text-align: center;
}

th, td {
th,
td {
&:first-child {
border-left: 0;
}
Expand Down

0 comments on commit aa4c5b1

Please sign in to comment.