We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56aaca8 commit 94e4783Copy full SHA for 94e4783
web/src/styles/mdxEditorTheme.ts
@@ -1,8 +1,11 @@
1
import styled, { createGlobalStyle, css } from "styled-components";
2
3
const sharedContentStyles = css`
4
- .mdxeditor-root-contenteditable div {
5
- padding: 0;
+ .mdxeditor-root-contenteditable {
+ transition: background-color 0.1s ease !important;
6
+ :hover {
7
+ background-color: ${({ theme }) => theme.lightGrey}60 !important;
8
+ }
9
}
10
11
.mdxeditor-root-contenteditable p {
0 commit comments