mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Only highlight relevant cells
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user