/
githubmirror
/
ydb-embedded-ui
Обзор
Документация
Войти
/
githubmirror
/
ydb-embedded-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/containers/Tenant/Query/QueryEditorControls/EditorButton.scss
40 строк
1 KB
Anton Standrik
feat: add explain analyze query action (#4096)
05 авг 2026, 21:29
Не верифицирован
05 авг 2026, 21:29
1f24bef
Код
Авторство
О чём код?
@use '../../../../styles/mixins.scss'; .ydb-query-editor-button { &__run-button { width: 76px; min-width: 76px; max-width: 76px; } &__explain-analyze-button { width: 111px; min-width: 111px; max-width: 111px; } &__stop-button { width: 76px; min-width: 76px; max-width: 76px; &_explain-analyze { width: 111px; min-width: 111px; max-width: 111px; } .g-root_theme_dark &, .g-root_theme_dark-hc & { --g-button-text-color: var(--g-color-text-dark-primary); --g-button-text-color-hover: var(--g-color-text-dark-primary); --g-button-background-color: var(--g-color-base-light); --g-button-background-color-hover: var(--g-color-base-light-hover); --g-button-focus-outline-color: var(--g-color-line-light); } &_error { @include mixins.query-buttons-animations(); } } }