Skip to content

Commit

Permalink
perf(UI): left alignment for numbers in result tables, closes #249
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed May 10, 2022
1 parent ff27244 commit e02565c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/renderer/scss/_data-types.scss
Original file line number Diff line number Diff line change
@@ -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;
}
}
}
}
Expand Down

0 comments on commit e02565c

Please sign in to comment.