Highlight rows and columns

This commit is contained in:
Jeremy Thomas
2020-05-11 00:25:29 +01:00
parent 7224fc260c
commit f79d8c09e2
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