mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 18:58:15 +04:00
fix #895 - background color overwrites background image
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
.bg-#{"" + $color}-lt {
|
||||
color: var(--#{$prefix}#{$color}) !important;
|
||||
background: rgba(var(--#{$prefix}#{$color}-rgb), .1) !important; //todo
|
||||
background-color: rgba(var(--#{$prefix}#{$color}-rgb), .1) !important; //todo
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user