File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 88 @click.native =" !disabled && $emit('delete')"
99 @keyup.native.delete =" !disabled && $emit('delete')"
1010 tabindex =" -1" >
11- <md-icon >cancel</md-icon >
11+ <md-icon class = " md-icon-delete " >cancel</md-icon >
1212 </md-button >
1313 </div >
1414</template >
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ $input-size: 32px;
6060 -webkit-text-fill-color : initial ;
6161 }
6262
63- ~ .md-icon {
63+ ~ .md-icon :not ( .md-icon-delete ) {
6464 margin-left : 12px ;
6565
6666 & :after {
@@ -97,7 +97,7 @@ $input-size: 32px;
9797 right : 0 ;
9898 }
9999
100- .md-icon {
100+ .md-icon :not ( .md-icon-delete ) {
101101 margin : 4px auto ;
102102 color : rgba (#000 , .54 );
103103 transition : $swift-ease-out ;
Original file line number Diff line number Diff line change 1010 textarea,
1111 .md-error,
1212 .md-count,
13- .md-icon {
13+ .md-icon:not(.md-icon-delete) {
1414 color: #{'WARN-COLOR'};
1515 }
1616 }
4141 }
4242
4343 label,
44- .md-icon {
44+ .md-icon:not(.md-icon-delete) {
4545 color: #{'PRIMARY-COLOR'};
4646 }
4747 }
5252 textarea,
5353 .md-error,
5454 .md-count,
55- .md-icon,
55+ .md-icon:not(.md-icon-delete) ,
5656 ::-webkit-input-placeholder {
5757 color: #{'BACKGROUND-CONTRAST-0.38'};
5858 }
5959 }
6060
61- .md-icon:after {
61+ .md-icon:not(.md-icon-delete): after {
6262 background: #{'BACKGROUND-COLOR'};
6363 }
6464 }
You can’t perform that action at this time.
0 commit comments