Create a mixin of cancel button (#8526)

This commit is contained in:
Suguru Hirahara
2022-05-07 21:08:00 +02:00
committed by GitHub
parent 7e63202f9a
commit e980c146ff
7 changed files with 16 additions and 35 deletions
+1 -6
View File
@@ -38,14 +38,9 @@ limitations under the License.
}
.mx_CompoundDialog_cancelButton {
mask: url('$(res)/img/feather-customised/cancel.svg');
mask-repeat: no-repeat;
mask-position: center;
mask-size: cover;
@mixin customisedCancelButton;
width: 20px;
height: 20px;
background-color: $dialog-close-fg-color;
cursor: pointer;
// Align with middle of title, 34px from right edge
position: absolute;