/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
website/src/components/APITable/styles.module.css
26 строк
494 B
Flix
fix(website): APITable component should navigate to anchor less agressively (#10534)
03 окт 2024, 15:22
Не верифицирован
03 окт 2024, 15:22
7f6472a
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ .apiTable { font-size: small; } .apiTable tbody tr { transition: box-shadow 0.2s; } .apiTable tbody tr:focus, .apiTable tbody tr:hover { outline: none; box-shadow: 0 0 7px 0 inset var(--ifm-color-warning); cursor: pointer; transition: box-shadow 0.2s; } .apiTable code { cursor: text; }