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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user