/
githubmirror
/
gitness
Обзор
Документация
Войти
/
githubmirror
/
gitness
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
web/src/components/Changes/ChangesDropdown.module.scss
50 строк
1 KB
Tan Nhu
Show full diff in Pull Request + 10k files PR challenge (#1086)
01 мар 2024, 22:42
01 мар 2024, 22:42
a164636
Код
Авторство
О чём код?
/* * Copyright 2023 Harness, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ .link { all: unset !important; height: auto !important; min-height: auto !important; padding: 0 !important; font-size: 13px !important; font-weight: 600 !important; color: var(--grey-700) !important; color: var(--primary-7) !important; display: inline-block !important; margin: 0 4px !important; cursor: pointer !important; } .filesMenu { max-height: 400px; overflow: auto; :global { .bp3-menu-item:hover { background-color: rgba(167, 182, 194, 0.3); color: inherit; } } .menuItem { align-items: center; max-width: 50vw; } } .popover { border-radius: 8px !important; }