[PS-517] Normalise/fix button focus outlines (#2529)
This commit is contained in:
parent
289ef6a13f
commit
11ef07fbce
|
@ -505,7 +505,7 @@
|
|||
|
||||
&:not(.box-draggable-row) {
|
||||
.action-buttons .row-btn:last-child {
|
||||
padding-right: 2px !important;
|
||||
margin-right: -3px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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…
Reference in New Issue