Skip to content

Commit 781e626

Browse files
committed
clean css
1 parent 82afe82 commit 781e626

File tree

3 files changed

+18
-46
lines changed

3 files changed

+18
-46
lines changed

merges/android/styles/mobile.css

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,6 @@
2121
.designer-system-menu-export {
2222
display: none!important;
2323
}
24-
.designer-schema-menu-export {
25-
display: none!important;
26-
}
27-
.designer-model-menu-export {
28-
display: none!important;
29-
}
30-
.designer-type-menu-export {
31-
display: none!important;
32-
}
33-
.designer-component-menu-export {
34-
display: none!important;
35-
}
36-
.designer-behavior-menu-export {
37-
display: none!important;
38-
}
3924
#designer-dialog-config-client-type-debugging {
4025
display: none!important;
4126
}
@@ -96,6 +81,9 @@ body {
9681
#designer-toolbar-item-search {
9782
display: none;
9883
}
84+
#designer-toolbar-item-command {
85+
display: none;
86+
}
9987
#designer-toolbar-item-extension {
10088
display: none;
10189
}
@@ -112,4 +100,7 @@ and (orientation : landscape) {
112100
#designer-toolbar-item-extension {
113101
display: none;
114102
}
103+
#designer-toolbar-item-command {
104+
display: none;
105+
}
115106
}

merges/browser/styles/mobile.css

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,6 @@
2121
.designer-system-menu-export {
2222
display: none!important;
2323
}
24-
.designer-schema-menu-export {
25-
display: none!important;
26-
}
27-
.designer-model-menu-export {
28-
display: none!important;
29-
}
30-
.designer-type-menu-export {
31-
display: none!important;
32-
}
33-
.designer-component-menu-export {
34-
display: none!important;
35-
}
36-
.designer-behavior-menu-export {
37-
display: none!important;
38-
}
3924
#designer-dialog-config-client-type-debugging {
4025
display: none!important;
4126
}

merges/ios/styles/mobile.css

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,6 @@
2121
.designer-system-menu-export {
2222
display: none!important;
2323
}
24-
.designer-schema-menu-export {
25-
display: none!important;
26-
}
27-
.designer-model-menu-export {
28-
display: none!important;
29-
}
30-
.designer-type-menu-export {
31-
display: none!important;
32-
}
33-
.designer-component-menu-export {
34-
display: none!important;
35-
}
36-
.designer-behavior-menu-export {
37-
display: none!important;
38-
}
39-
4024
#designer-dialog-config-client-type-debugging {
4125
display: none!important;
4226
}
@@ -92,6 +76,9 @@ span.glyphicon.glyphicon-menu-left {
9276
#designer-toolbar-item-search {
9377
display: none;
9478
}
79+
#designer-toolbar-item-command {
80+
display: none;
81+
}
9582
#designer-toolbar-item-extension {
9683
display: none;
9784
}
@@ -111,6 +98,9 @@ span.glyphicon.glyphicon-menu-left {
11198
#designer-toolbar-item-search {
11299
display: none;
113100
}
101+
#designer-toolbar-item-command {
102+
display: none;
103+
}
114104
#designer-toolbar-item-extension {
115105
display: none;
116106
}
@@ -130,6 +120,9 @@ and (orientation : landscape) {
130120
#designer-toolbar-item-search {
131121
display: none;
132122
}
123+
#designer-toolbar-item-command {
124+
display: none;
125+
}
133126
#designer-toolbar-item-extension {
134127
display: none;
135128
}
@@ -146,4 +139,7 @@ and (orientation : landscape) {
146139
.navbar-fixed-bottom {
147140
width: 812px!important;
148141
}
142+
#designer-toolbar-item-command {
143+
display: none;
144+
}
149145
}

0 commit comments

Comments
 (0)