[PS-517] Normalise/fix button focus outlines (#2529)

This commit is contained in:
Patrick H. Lauke 2022-05-03 10:31:04 +01:00 committed by GitHub
parent 289ef6a13f
commit 11ef07fbce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -505,7 +505,7 @@
&:not(.box-draggable-row) {
.action-buttons .row-btn:last-child {
padding-right: 2px !important;
margin-right: -3px;
}
}

View File

@ -27,8 +27,8 @@ app-generator .generated-block {
align-self: center;
button {
padding-left: 5px;
margin-left: 10px;
padding: 5px;
margin: -5px -5px 5px 5px;
}
}
}