UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

22 lines (20 loc) 718 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mediaLinkStyle = void 0; var _react = require("@emotion/react"); /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766 var mediaLinkStyle = exports.mediaLinkStyle = (0, _react.css)({ position: 'absolute', background: 'transparent', top: 0, right: 0, bottom: 0, left: 0, cursor: 'pointer', width: '100%', height: '100%' });