chore: lint fixes

This commit is contained in:
07akioni 2020-03-01 20:27:22 +08:00
parent 54ba8b6251
commit 8e52373679
3 changed files with 3 additions and 4 deletions

View File

@ -103,8 +103,8 @@
@include e(action) { @include e(action) {
@include once { @include once {
transition: transition:
color .3s $--n-ease-in-out-cubic-bezier, color .3s $--n-ease-in-out-cubic-bezier,
border-color .3s $--n-ease-in-out-cubic-bezier; border-color .3s $--n-ease-in-out-cubic-bezier;
} }
border-top: 1px solid $--base-select-menu-action-divider-color; border-top: 1px solid $--base-select-menu-action-divider-color;
color: $--base-select-menu-action-text-color; color: $--base-select-menu-action-text-color;

View File

@ -36,7 +36,6 @@ $--n-ease-in-cubic-bezier: cubic-bezier(.4, 0, 1, 1);
$--n-popmenu-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18) !global; $--n-popmenu-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18) !global;
/** alert */ /** alert */
$--n-alert-border-radius: $--n-border-radius; $--n-alert-border-radius: $--n-border-radius;

View File

@ -184,7 +184,7 @@ const devtoolIsOpened = e.target === document.activeElement
61. 调整 transfer 的样式 61. 调整 transfer 的样式
62. <del>Table cascader 差一点国际化</del> 62. <del>Table cascader 差一点国际化</del>
63. Anchor 初次滚动的逻辑是不是要手动调整一下,现在位置实际上不一致 63. Anchor 初次滚动的逻辑是不是要手动调整一下,现在位置实际上不一致
64. 将所有的 Typography 组件改为非 Functional 的,因为获取不到 context 本身的主题 64. <del>将所有的 Typography 组件改为非 Functional 的,因为获取不到 context 本身的主题</del>
``` ```
Done Done