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:
+9
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user