Only highlight relevant cells

This commit is contained in:
Jeremy Thomas
2020-05-11 00:40:11 +01:00
parent ea1a8f57c5
commit ce2c9a2412
4 changed files with 39 additions and 16 deletions

View File

@@ -6,13 +6,18 @@
color: $border
.bd-current-row
background-color: $background
td:first-child,
.bd-current-column:not(:first-child)
&:first-child
background-color: $danger-light
color: $text-strong
code
background-color: $danger
color: $danger-invert
&.bd-current-column
background-color: $primary-light
color: $text-strong
code
background-color: $primary
color: $primary-invert
.bd-current-column
background-color: $background
.bd-current-value