// // Copyright (c) Tiny Technologies, Inc. All rights reserved. // Licensed under the LGPL or a commercial license. // For LGPL see License.txt in the project root for license information. // For commercial licenses see https://www.tiny.cloud/ // // // Object // @object-border: 1px dashed #aaa; // Styles for the `` tag .mce-object { & when (@content-ui-darkmode = true) { background: transparent data-uri('image/svg+xml;charset=UTF-8', '../../../../svg/object-light.svg') no-repeat center; } & when (@content-ui-darkmode = false) { background: transparent data-uri('image/svg+xml;charset=UTF-8', '../../../../svg/object.svg') no-repeat center; } border: @object-border; }