We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88a71e commit 08d799bCopy full SHA for 08d799b
src/style/mo.scss
@@ -35,6 +35,7 @@
35
@import 'mo/workbench/notification/style';
36
@import 'mo/workbench/sidebar/explore/style';
37
@import 'mo/workbench/problems/style';
38
+@import 'mo/workbench/notification/statusBarView/style';
39
40
.#{$prefix} {
41
bottom: 0;
src/workbench/notification/statusBarView/index.tsx
@@ -5,7 +5,6 @@ import type { INotification } from 'mo/model';
5
import { NotificationPane } from '../notificationPane';
6
import type { INotificationController } from 'mo/controller';
7
import { classNames, getBEMModifier, prefixClaName } from 'mo/common/className';
8
-import './index.scss';
9
import { select } from 'mo/common/dom';
10
11
const defaultBellClassName = prefixClaName('bell');
src/workbench/notification/statusBarView/index.scss src/workbench/notification/statusBarView/style.scss
0 commit comments