mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 10:54:29 -07:00
Fix #442
This commit is contained in:
@@ -2973,6 +2973,22 @@ input[type="submit"].button {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
.table tr.is-selected {
|
||||
background-color: #00d1b2;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.table tr.is-selected a,
|
||||
.table tr.is-selected strong {
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
.table tr.is-selected td,
|
||||
.table tr.is-selected th {
|
||||
border-color: #fff;
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
.table thead td,
|
||||
.table thead th {
|
||||
border-width: 0 0 2px;
|
||||
|
||||
Reference in New Issue
Block a user