Skip to content

Commit 08d799b

Browse files
authored
fix: move the style of statusBarView into mo.scss (#689)
1 parent a88a71e commit 08d799b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/style/mo.scss

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
@import 'mo/workbench/notification/style';
3636
@import 'mo/workbench/sidebar/explore/style';
3737
@import 'mo/workbench/problems/style';
38+
@import 'mo/workbench/notification/statusBarView/style';
3839

3940
.#{$prefix} {
4041
bottom: 0;

src/workbench/notification/statusBarView/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import type { INotification } from 'mo/model';
55
import { NotificationPane } from '../notificationPane';
66
import type { INotificationController } from 'mo/controller';
77
import { classNames, getBEMModifier, prefixClaName } from 'mo/common/className';
8-
import './index.scss';
98
import { select } from 'mo/common/dom';
109

1110
const defaultBellClassName = prefixClaName('bell');

0 commit comments

Comments
 (0)