Skip to content

Commit

Permalink
Merge pull request #199 from agileware-jp/fix-91993-support-viewcusto…
Browse files Browse the repository at this point in the history
…mize

Fix 91993  ViewCustomizeのカスタマイズ一覧で、無効になっているものがグレーアウトしていない。
  • Loading branch information
morioka-hibiki authored Nov 25, 2024
2 parents 8632329 + eecbb72 commit 1d04281
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sass/plugins/oss.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@
table.view_customize.box tr:last-child td {
@apply pb-4
}

table.view_customize tr.disable td,
table.view_customize tr.disabled a {
@apply text-text-caption/60
}
}


Expand Down

0 comments on commit 1d04281

Please sign in to comment.