-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3caa91
commit 5a7cd50
Showing
5 changed files
with
57 additions
and
31 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
.umb-macro-holder { | ||
border: 3px dotted red; | ||
padding: 7px; | ||
margin: 3px; | ||
display: block; | ||
position: relative; | ||
} | ||
|
||
.umb-macro-holder::after { | ||
content: 'Macros are no longer supported. Please use the block picker instead.'; | ||
position: absolute; | ||
top: 50%; | ||
left: 50%; | ||
transform: translate(-50%, -50%); | ||
color: white; | ||
background-color: rgba(0, 0, 0, 0.7); | ||
padding: 10px; | ||
border-radius: 5px; | ||
} | ||
|
||
.umb-embed-holder { | ||
position: relative; | ||
} | ||
|
||
.umb-embed-holder > * { | ||
user-select: none; | ||
pointer-events: none; | ||
} | ||
|
||
.umb-embed-holder[data-mce-selected] { | ||
outline: 2px solid var(--uui-palette-spanish-pink-light); | ||
} | ||
|
||
.umb-embed-holder::before { | ||
z-index: 1000; | ||
width: 100%; | ||
height: 100%; | ||
position: absolute; | ||
content: ' '; | ||
} | ||
|
||
.umb-embed-holder[data-mce-selected]::before { | ||
background: rgba(0, 0, 0, 0.025); | ||
} | ||
|
||
*[data-mce-selected='inline-boundary'] { | ||
background: rgba(0, 0, 0, 0.025); | ||
outline: 2px solid var(--uui-palette-spanish-pink-light); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters