/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
static/atom-ui/styles/private/links.less
18 строк
272 B
simurai
Move Atom UI into Core
23 ноя 2018, 05:38
23 ноя 2018, 05:38
76ba4b1
Код
Авторство
О чём код?
@import "ui-variables"; @import "../mixins/mixins"; // Links a { cursor: pointer; color: @text-color-highlight; text-decoration: none; &:hover, &:focus { color: @text-color-highlight; text-decoration: underline; } &:focus { .tab-focus(); } }