mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
vault row selectable
This commit is contained in:
@@ -119,6 +119,18 @@ form .btn .loading-icon {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* Tables */
|
||||
|
||||
.table-selectable {
|
||||
td:not(.actions) {
|
||||
cursor: pointer;
|
||||
|
||||
span {
|
||||
cursor: text;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Callouts */
|
||||
|
||||
.callout.callout-default {
|
||||
|
||||
Reference in New Issue
Block a user