mirror of
https://github.com/tabler/tabler.git
synced 2026-08-14 23:32:25 +04:00
fix #990: border colors consistent with background and button colors
This commit is contained in:
@@ -11,6 +11,10 @@
|
|||||||
color: rgba(var(--#{$prefix}#{$color}-rgb), var(--#{$prefix}text-opacity)) !important;
|
color: rgba(var(--#{$prefix}#{$color}-rgb), var(--#{$prefix}text-opacity)) !important;
|
||||||
background-color: rgba(var(--#{$prefix}#{$color}-lt-rgb), var(--#{$prefix}bg-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 {
|
@each $color, $value in $theme-colors {
|
||||||
|
|||||||
Reference in New Issue
Block a user