1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

search and move dropdown button

This commit is contained in:
Kyle Spearrin
2018-06-06 23:00:57 -04:00
parent ecddc1691f
commit 0fb66e247a
6 changed files with 51 additions and 31 deletions

View File

@@ -92,29 +92,25 @@ app-vault {
}
tr:hover {
td:first-child {
background-color: $body-bg;
td:last-child .dropdown button {
visibility: initial;
}
}
td {
vertical-align: middle;
a {
small {
display: block;
color: $text-muted;
}
}
td:first-child {
width: 65px;
border: none;
}
td:nth-child(2) {
width: 25px;
}
td:nth-child(3) {
td:nth-child(2) {
width: 25px;
text-align: center;
@@ -123,5 +119,14 @@ app-vault {
@extend .img-fluid;
}
}
td:last-child {
width: 65px;
text-align: right;
.dropdown:not(.show) button {
visibility: hidden;
}
}
}
}