From 8e523736798004913d48399ad3d134d3fec971d7 Mon Sep 17 00:00:00 2001
From: 07akioni <07akioni2@gmail.com>
Date: Sun, 1 Mar 2020 20:27:22 +0800
Subject: [PATCH] chore: lint fixes
---
styles/BaseSelectMenu.scss | 4 ++--
styles/themes/common.scss | 1 -
think.md | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/styles/BaseSelectMenu.scss b/styles/BaseSelectMenu.scss
index 23bba999a..38b2645c5 100644
--- a/styles/BaseSelectMenu.scss
+++ b/styles/BaseSelectMenu.scss
@@ -103,8 +103,8 @@
@include e(action) {
@include once {
transition:
- color .3s $--n-ease-in-out-cubic-bezier,
- border-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-top: 1px solid $--base-select-menu-action-divider-color;
color: $--base-select-menu-action-text-color;
diff --git a/styles/themes/common.scss b/styles/themes/common.scss
index 2724a3077..18b19918b 100644
--- a/styles/themes/common.scss
+++ b/styles/themes/common.scss
@@ -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;
-
/** alert */
$--n-alert-border-radius: $--n-border-radius;
diff --git a/think.md b/think.md
index 6d5e2f812..ac0ce7fe2 100644
--- a/think.md
+++ b/think.md
@@ -184,7 +184,7 @@ const devtoolIsOpened = e.target === document.activeElement
61. 调整 transfer 的样式
62. Table cascader 差一点国际化
63. Anchor 初次滚动的逻辑是不是要手动调整一下,现在位置实际上不一致
-64. 将所有的 Typography 组件改为非 Functional 的,因为获取不到 context 本身的主题
+64. 将所有的 Typography 组件改为非 Functional 的,因为获取不到 context 本身的主题
```
Done