/
vshmidt
/
cloudbeaver
Обзор
Документация
Войти
/
vshmidt
/
cloudbeaver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
webapp/packages/plugin-object-viewer/src/ObjectPropertiesPage/ObjectPropertyTable/Table/ObjectMenuCell.module.css
60 строк
966 B
alex
dbeaver/pro#7383 make pointer target at least 24px (#4080)
26 янв 2026, 19:50
Не верифицирован
26 янв 2026, 19:50
a62478a
Код
Авторство
О чём код?
/* * CloudBeaver - Cloud Database Manager * Copyright (C) 2020-2024 DBeaver Corp and others * * Licensed under the Apache License, Version 2.0. * you may not use this file except in compliance with the License. */ .container { display: inline; } .box { display: flex; height: 100%; align-items: center; gap: 8px; & .objectIconBox { display: flex; flex-shrink: 0; width: 16px; height: 16px; & .objectIcon { width: 16px; height: 16px; flex-shrink: 0; } } & .value { flex-grow: 1; flex-shrink: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } & .menuBox { position: relative; display: flex; flex-shrink: 0; width: 24px; height: 24px; & .menuIcon { width: 16px; height: 16px; flex-shrink: 0; } } } .contextMenu { width: 16px; height: 16px; padding: 4px; box-sizing: content-box; cursor: pointer; }