Browse Source

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

pull/2531/head
Patrick H. Lauke 4 years ago committed by GitHub
parent
commit
11ef07fbce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/popup/scss/box.scss
  2. 4
      src/popup/scss/pages.scss

2
src/popup/scss/box.scss

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

4
src/popup/scss/pages.scss

@ -27,8 +27,8 @@ app-generator .generated-block { @@ -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;
}
}
}

Loading…
Cancel
Save