Merge pull request #15261 from Snuffleupagus/issue-15260

Don't include `images/toolbarButton-editorInk.svg` in the `gulp components` build (issue 15260)
This commit is contained in:
Tim van der Meij 2022-08-06 14:17:55 +02:00 committed by GitHub
commit 0ebd1daf30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,11 @@
--hover-outline: dashed 2px blue;
--freetext-line-height: 1.35;
--freetext-padding: 2px;
/*#if COMPONENTS*/
--editorInk-editing-cursor: pointer;
/*#else*/
--editorInk-editing-cursor: url(images/toolbarButton-editorInk.svg) 0 16;
/*#endif*/
}
@media (forced-colors: active) {