1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-13 14:52:22 +04:00

fix #990: border colors consistent with background and button colors

This commit is contained in:
codecalm
2023-03-17 00:46:30 +01:00
parent f469308af8
commit 9328907ae8
+4
View File
@@ -11,6 +11,10 @@
color: rgba(var(--#{$prefix}#{$color}-rgb), var(--#{$prefix}text-opacity)) !important;
background-color: rgba(var(--#{$prefix}#{$color}-lt-rgb), var(--#{$prefix}bg-opacity)) !important;
}
.border-#{"" + $color} {
border-color: $value !important;
}
}
@each $color, $value in $theme-colors {