1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-25 20:44:38 +04:00

Merge pull request #857 from rjd22/make-lists-styling-uniform

Lists we're not styled uniformly list-groups being different
This commit is contained in:
Robert-Jan de Dreu
2021-10-27 10:33:09 +02:00
committed by GitHub
+9 -1
View File
@@ -6,6 +6,10 @@
background-color: $dark-mode-darken;
}
.text-body {
color: $dark-mode-text;
}
.card,
.card-footer,
.card-stacked::after,
@@ -94,7 +98,11 @@
background: transparent;
}
.list-group-item,
.list-group-item {
color: $dark-mode-text;
border-color: $border-color-transparent;
}
.form-fieldset {
border-color: $input-border-color;
}