/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/components/src/tooltip/style.scss
20 строк
507 B
James Koster
Tooltip: Use md border radius for portaled popups. (#78983)
08 июн 2026, 17:05
Не верифицирован
08 июн 2026, 17:05
cca80fe
Код
Авторство
О чём код?
@use "@wordpress/base-styles/colors" as *; @use "@wordpress/base-styles/variables" as *; @use "@wordpress/base-styles/z-index" as *; .components-tooltip { background: $black; font-family: $default-font; border-radius: var(--wpds-border-radius-md); color: $gray-100; text-align: center; line-height: 1.4; font-size: 12px; padding: $grid-unit-05 $grid-unit-10; z-index: z-index(".components-tooltip"); box-shadow: $elevation-small; } .components-tooltip__shortcut { margin-left: $grid-unit-10; }