Skip to content

Commit b6da406

Browse files
committed
fix: no borders
1 parent ace0c6a commit b6da406

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

scss/_tables.scss

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
padding: $table-cell-padding-y $table-cell-padding-x;
2929
color: var(--#{$variable-prefix}table-color);
3030
background-color: var(--#{$variable-prefix}table-bg);
31-
border-bottom: $table-border-width;
3231
border-bottom-color: var(--#{$variable-prefix}table-border-color);
32+
border-bottom-width: $table-border-width;
3333
box-shadow: inset 0 0 0 9999px var(--#{$variable-prefix}table-accent-bg);
3434
}
3535

@@ -144,17 +144,6 @@
144144
}
145145
}
146146

147-
@each $state, $map in $alert-variants {
148-
$background: map-get($map, "background");
149-
$border-color: map-get($map, "border-color");
150-
$color: contrast-ratio-correction(map-get($map, "color"), map-get($map, "background"), abs($alert-color-scale), $state);
151-
$link-color: map-get($map, "link-color");
152-
153-
.alert-#{$state} {
154-
@include alert-variant($background, $border-color, $color, $link-color);
155-
}
156-
}
157-
158147
// @each $state, $map in $list-group-variants {
159148

160149
// }

0 commit comments

Comments
 (0)