@opensumi/ide-design 3.1.1-next-1718177767.0 → 3.1.1-next-1718250961.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/browser/menu-bar/menu-bar.module.less +0 -2
- package/lib/browser/style/design.module.less +1 -4
- package/lib/browser/style/global.less +0 -1
- package/package.json +6 -6
- package/src/browser/menu-bar/menu-bar.module.less +0 -2
- package/src/browser/style/design.module.less +1 -4
- package/src/browser/style/global.less +0 -1
|
@@ -633,15 +633,12 @@
|
|
|
633
633
|
.design-titleActions {
|
|
634
634
|
> span.design-iconAction {
|
|
635
635
|
display: flex;
|
|
636
|
-
width: 22px;
|
|
637
|
-
height: 22px;
|
|
638
636
|
align-items: center;
|
|
639
637
|
justify-content: center;
|
|
640
|
-
margin-left: 0;
|
|
641
638
|
box-sizing: border-box;
|
|
642
639
|
color: var(--design-text-foreground);
|
|
643
640
|
box-sizing: border-box;
|
|
644
|
-
border-radius:
|
|
641
|
+
border-radius: 3px;
|
|
645
642
|
|
|
646
643
|
&::before {
|
|
647
644
|
font-size: 14px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-design",
|
|
3
|
-
"version": "3.1.1-next-
|
|
3
|
+
"version": "3.1.1-next-1718250961.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"lib",
|
|
6
6
|
"src"
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"url": "git@github.com:opensumi/core.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@opensumi/ide-core-common": "3.1.1-next-
|
|
23
|
-
"@opensumi/ide-core-node": "3.1.1-next-
|
|
22
|
+
"@opensumi/ide-core-common": "3.1.1-next-1718250961.0",
|
|
23
|
+
"@opensumi/ide-core-node": "3.1.1-next-1718250961.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@opensumi/ide-core-browser": "3.1.1-next-
|
|
27
|
-
"@opensumi/ide-dev-tool": "3.1.1-next-
|
|
26
|
+
"@opensumi/ide-core-browser": "3.1.1-next-1718250961.0",
|
|
27
|
+
"@opensumi/ide-dev-tool": "3.1.1-next-1718250961.0"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "1aee2435ca5041145685789eb7110fe4a092a4da"
|
|
30
30
|
}
|
|
@@ -633,15 +633,12 @@
|
|
|
633
633
|
.design-titleActions {
|
|
634
634
|
> span.design-iconAction {
|
|
635
635
|
display: flex;
|
|
636
|
-
width: 22px;
|
|
637
|
-
height: 22px;
|
|
638
636
|
align-items: center;
|
|
639
637
|
justify-content: center;
|
|
640
|
-
margin-left: 0;
|
|
641
638
|
box-sizing: border-box;
|
|
642
639
|
color: var(--design-text-foreground);
|
|
643
640
|
box-sizing: border-box;
|
|
644
|
-
border-radius:
|
|
641
|
+
border-radius: 3px;
|
|
645
642
|
|
|
646
643
|
&::before {
|
|
647
644
|
font-size: 14px;
|