Centralize CSS for confirm delete buttons and grab handles

This commit is contained in:
djmaze 2021-01-18 17:11:53 +01:00
parent 267b744ef3
commit a80b17e011
11 changed files with 26 additions and 129 deletions

View file

@ -41,21 +41,6 @@
.open-pgp-key-item {
.button-delete {
margin-right: 15px;
margin-top: 5px;
visibility: hidden;
opacity: 0;
}
.delete-access {
&.button-delete {
visibility: visible;
margin-right: 0;
opacity: 1;
}
}
.delete-open-pgp-key, .view-open-pgp-key {
cursor: pointer;
opacity: 0.7;