소스 검색

fix(toolbox): Fix overflow menu & button background

master
Vlad Piersec 4 년 전
부모
커밋
92735478d1
2개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 2
    0
      css/_atlaskit_overrides.scss
  2. 0
    5
      css/_toolbars.scss

+ 2
- 0
css/_atlaskit_overrides.scss 파일 보기

72
  * Keep overflow menu within screen vertical bounds and make it scrollable.
72
  * Keep overflow menu within screen vertical bounds and make it scrollable.
73
  */
73
  */
74
  .toolbox-button-wth-dialog > div:nth-child(2) {
74
  .toolbox-button-wth-dialog > div:nth-child(2) {
75
+    background: $menuBG;
75
     max-height: calc(100vh - #{$newToolbarSizeWithPadding} - 46px);
76
     max-height: calc(100vh - #{$newToolbarSizeWithPadding} - 46px);
76
     margin-bottom: 4px;
77
     margin-bottom: 4px;
78
+    padding: 0;
77
     overflow-y: auto;
79
     overflow-y: auto;
78
 }
80
 }
79
 
81
 

+ 0
- 5
css/_toolbars.scss 파일 보기

72
 
72
 
73
     .toolbox-button-wth-dialog {
73
     .toolbox-button-wth-dialog {
74
         display: inline-block;
74
         display: inline-block;
75
-
76
-        &> div {
77
-            padding: 0;
78
-            background: $menuBG;
79
-        }
80
     }
75
     }
81
 }
76
 }
82
 
77
 

Loading…
취소
저장