mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Only highlight relevant cells
This commit is contained in:
@@ -13176,18 +13176,26 @@ svg {
|
||||
background-color: whitesmoke;
|
||||
}
|
||||
|
||||
#spacingTable .bd-current-row td:first-child,
|
||||
#spacingTable .bd-current-row .bd-current-column:not(:first-child) {
|
||||
#spacingTable .bd-current-row:first-child {
|
||||
background-color: #feecf0;
|
||||
color: #363636;
|
||||
}
|
||||
|
||||
#spacingTable .bd-current-row td:first-child code,
|
||||
#spacingTable .bd-current-row .bd-current-column:not(:first-child) code {
|
||||
#spacingTable .bd-current-row:first-child code {
|
||||
background-color: #f14668;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#spacingTable .bd-current-row.bd-current-column {
|
||||
background-color: #ebfffc;
|
||||
color: #363636;
|
||||
}
|
||||
|
||||
#spacingTable .bd-current-row.bd-current-column code {
|
||||
background-color: #00d1b2;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#spacingTable .bd-current-column {
|
||||
background-color: whitesmoke;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user