/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/block-library/src/editor-elements.scss
10 строк
122 B
Matias Benedetto
Element styles: adding stylesheet to load in the editor and adding styles for button cursor in the editor. (#42132)
25 июл 2022, 21:43
Не верифицирован
25 июл 2022, 21:43
afdc3be
Код
Авторство
О чём код?
/** * Element styles for the editor */ .wp-element-button { cursor: revert; &[role="textbox"] { cursor: text; } }