Skip to content

Commit

Permalink
Improve tab field error visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
krazzer committed Jun 25, 2024
1 parent 7a716c3 commit 4b69715
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions assets/sass/components/datatable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ body {
border-bottom: 1px solid $lightGray;
white-space: nowrap;
overflow: auto;
display: flex;

.tab {
display: inline-block;
Expand All @@ -206,6 +207,7 @@ body {

&.error {
color: $colorErrorText;
background-color: $colorErrorBg;
}

&.active {
Expand Down
Loading

0 comments on commit 4b69715

Please sign in to comment.