1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

Enabled drag of username, password and totp in browser extension (#1044)

* enabled drag of username, password and totp in browser extension

* Start drag only on row label
This commit is contained in:
Veit-Hendrik Schlenker
2019-10-25 02:05:20 +02:00
committed by Kyle Spearrin
parent 3e546fd1fd
commit ee19100af4
2 changed files with 10 additions and 3 deletions

View File

@@ -218,3 +218,7 @@ app-vault-icon {
[hidden] {
display: none !important;
}
.draggable {
cursor: move;
}