Create a mixin of cancel button (#8526)
This commit is contained in:
parent
7e63202f9a
commit
e980c146ff
7 changed files with 16 additions and 35 deletions
|
@ -25,14 +25,12 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_EditableItem_delete {
|
||||
@mixin customisedCancelButton;
|
||||
order: 3;
|
||||
margin-right: 5px;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
mask-image: url('$(res)/img/feather-customised/cancel.svg');
|
||||
mask-repeat: no-repeat;
|
||||
background-color: $alert;
|
||||
mask-size: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue