Skip to content

Commit 3b29c6c

Browse files
committed
CCM-11496: table hover fix
1 parent ccc4084 commit 3b29c6c

File tree

1 file changed

+4
-0
lines changed
  • frontend/src/app/message-plans/move-to-production/[routingConfigId]

1 file changed

+4
-0
lines changed

frontend/src/app/message-plans/move-to-production/[routingConfigId]/page.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@
1010
td {
1111
padding: 1rem;
1212
}
13+
14+
tr:hover {
15+
background-color: inherit;
16+
}
1317
}

0 commit comments

Comments
 (0)