/
githubmirror
/
element
Обзор
Документация
Войти
/
githubmirror
/
element
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/theme-chalk/src/breadcrumb.scss
55 строк
1012 B
杨奕
Breadcrumb: remove visual feedback for non-link items (#10551)
04 апр 2018, 06:34
Не верифицирован
04 апр 2018, 06:34
422a8ac
Код
Авторство
О чём код?
@import "mixins/mixins"; @import "mixins/utils"; @import "common/var"; @include b(breadcrumb) { font-size: 14px; line-height: 1; @include utils-clearfix; @include e(separator) { margin: 0 9px; font-weight: bold; color: $--color-text-placeholder; &[class*=icon] { margin: 0 6px; font-weight: normal; } } @include e(item) { float: left; @include e(inner) { color: $--color-text-regular; &.is-link, & a { font-weight: bold; text-decoration: none; transition: $--color-transition-base; color: $--color-text-primary; &:hover { color: $--color-primary; cursor: pointer; } } } &:last-child { .el-breadcrumb__inner, .el-breadcrumb__inner a { &, &:hover { font-weight: normal; color: $--color-text-regular; cursor: text; } } .el-breadcrumb__separator { display: none; } } } }