diff --git a/src/renderer/scss/_data-types.scss b/src/renderer/scss/_data-types.scss index c4fc63fa..736217f5 100644 --- a/src/renderer/scss/_data-types.scss +++ b/src/renderer/scss/_data-types.scss @@ -1,14 +1,8 @@ @mixin type-colors($types) { - $numbers: ('int','tinyint','smallint','mediumint','float','double','decimal'); - @each $type, $color in $types { .type-#{$type} { color: $color; - - @if index($numbers, $type) { - text-align: right; - } } } }