1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-07-31 20:40:19 +02:00
This commit is contained in:
Ziad Beyens
2019-12-01 20:50:41 +01:00
committed by Ian Storm Taylor
parent 46f3be5319
commit c12d0ff9de

View File

@@ -48,7 +48,7 @@ const VideoElement = ({ attributes, children, element }) => {
contentEditable={false}
style={{
position: 'relative',
boxShaodow: selected && focused ? '0 0 0 3px #B4D5FF' : 'none',
boxShadow: selected && focused ? '0 0 0 3px #B4D5FF' : 'none',
}}
>
<div