1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

vault row selectable

This commit is contained in:
Kyle Spearrin
2017-02-25 22:22:25 -05:00
parent 117188769c
commit 642b35582f
2 changed files with 28 additions and 9 deletions

View File

@@ -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 {