Highlight rows and columns

This commit is contained in:
Jeremy Thomas
2020-05-11 00:25:29 +01:00
parent 8c65f02627
commit ea1a8f57c5
13 changed files with 677 additions and 1088 deletions

View File

@@ -1,3 +1,26 @@
#spacingTable
&:hover
color: $border
code
background: none
color: $border
.bd-current-row
background-color: $background
td:first-child,
.bd-current-column:not(:first-child)
background-color: $danger-light
color: $text-strong
code
background-color: $danger
color: $danger-invert
.bd-current-column
background-color: $background
.bd-current-value
background-color: $danger-light
code
background-color: $danger
color: $danger-invert
+selection
background-color: $primary
color: $primary-invert