Harden tables selection interactions
This commit is contained in:
@@ -1643,6 +1643,11 @@ pre,
|
||||
transition: box-shadow 0.16s ease, background-color 0.16s ease, transform 0.16s ease;
|
||||
}
|
||||
|
||||
.critical-table-cell:focus-visible {
|
||||
outline: 2px solid rgba(13, 148, 136, 0.45);
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
.critical-table-cell.is-curated {
|
||||
background:
|
||||
linear-gradient(135deg, rgba(102, 138, 83, 0.16), transparent 34%),
|
||||
|
||||
Reference in New Issue
Block a user