浏览代码

ref(welcome-page): remove unused atlaskit overrides

WelcomePage used to use @atlaskit/tabs to switch between
recent meetings and calendar meetings. @atlaskit/tabs is
no longer used there so remove the css hacks which made
it look more presentable.
master
Leonard Kim 6 年前
父节点
当前提交
eb34b0b11d
共有 1 个文件被更改,包括 0 次插入28 次删除
  1. 0
    28
      css/_atlaskit_overrides.scss

+ 0
- 28
css/_atlaskit_overrides.scss 查看文件

@@ -11,34 +11,6 @@
11 11
     -webkit-transform: translateX(0) translateY(100%) translateY(16px) !important;
12 12
 }
13 13
 
14
-/**
15
- * Welcome page tab color adjustments.
16
- */
17
-.welcome {
18
-    /**
19
-     * The text color of the selected tab and hovered tabs.
20
-     */
21
-    .bVobOt,
22
-    .bVobOt:hover,
23
-    .ebveIl:hover {
24
-        color: #172B4D;
25
-    }
26
-
27
-    /**
28
-     * The color of the inactive tab text.
29
-     */
30
-    .ebveIl {
31
-        color: #FFFFFF;
32
-    }
33
-
34
-    /**
35
-     * The color of the underline of a selected tab.
36
-     */
37
-    .kByArU {
38
-        background-color: #172B4D;
39
-    }
40
-}
41
-
42 14
 .modal-dialog-form {
43 15
     /**
44 16
      * Update the @atlaskit/dropdown-menu trigger wrapper to make sure it looks

正在加载...
取消
保存