ui: Correctly escape an inline svg icon (#5032)
This commit is contained in:
parent
3306aa6535
commit
741ae50c9b
|
@ -189,7 +189,7 @@
|
|||
%with-inverted-tick {
|
||||
@extend %pseudo-icon;
|
||||
background-color: $ui-color-transparent;
|
||||
background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="10" height="8" xmlns="http://www.w3.org/2000/svg"><path d="M8.95 0L10 .985 3.734 8 0 4.737l.924-1.11 2.688 2.349z" fill="##{$magenta-800-no-hash}"/></svg>');
|
||||
background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="10" height="8" xmlns="http://www.w3.org/2000/svg"><path d="M8.95 0L10 .985 3.734 8 0 4.737l.924-1.11 2.688 2.349z" fill="%23#{$magenta-800-no-hash}"/></svg>');
|
||||
height: 20px !important;
|
||||
width: 16px !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue