8000 autocommit docs · SimonBiggs/phosphorjs.github.io@24f82ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 24f82ff

Browse files
author
Travis Bot
committed
autocommit docs
1 parent 6215f55 commit 24f82ff

File tree

9 files changed

+1435
-1241
lines changed

9 files changed

+1435
-1241
lines changed

examples/dockpanel/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"target": "ES5"
88
},
99
"files": [
10-
"index.ts",
11-
"../../typings/codemirror/codemirror.d.ts"
10+
"../../typings/codemirror/codemirror.d.ts",
11+
"index.ts"
1212
]
1313
}

examples/flexbox/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"target": "ES5"
88
},
99
"files": [
10-
"index.ts",
11-
"../../typings/codemirror/codemirror.d.ts"
10+
"../../typings/codemirror/codemirror.d.ts",
11+
"index.ts"
1212
]
1313
}

examples/menus/bundle.js

Lines changed: 785 additions & 683 deletions
Large diffs are not rendered by default.

examples/menus/index.css

Lines changed: 41 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -92,48 +92,7 @@ body {
9292
}
9393

9494

95-
.p-Menu {
96-
background: white;
97-
color: rgba(0, 0, 0, 0.87);
98-
border: 1px solid #C0C0C0;
99-
font: 12px Helvetica, Arial, sans-serif;
100-
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
101-
}
102-
103-
104-
.p-Menu-item.p-mod-active {
105-
background: #E5E5E5;
106-
}
107-
108-
109-
.p-Menu-item.p-mod-disabled {
110-
color: rgba(0, 0, 0, 0.26);
111-
}
112-
113-
114-
.p-Menu-item.p-mod-separator-type > span::after {
115-
border-top: 1px solid #DDDDDD;
116-
}
117-
118-
119-
.p-Menu-item-icon::before,
120-
.p-Menu-item-submenu::before {
121-
font-family: FontAwesome;
122-
}
123-
124-
125-
.p-Menu-item.p-mod-check-type.p-mod-checked > .p-Menu-item-icon::before {
126-
content: '\f00c';
127-
}
128-
129-
130-
.p-Menu-item.p-mod-has-submenu > .p-Menu-item-submenu::before {
131-
content: '\f0da';
132-
}
133-
134-
13595
.p-MenuBar {
136-
min-height: 24px;
13796
padding-left: 5px;
13897
background: #FEFEFE;
13998
color: rgba(0, 0, 0, 0.87);
@@ -172,10 +131,50 @@ body {
172131
}
173132

174133

175-
.p-MenuBar.p-mod-active > .p-MenuBar-content > .p-MenuBar-item.p-mod-active {
134+
.p-MenuBar.p-mod-active .p-MenuBar-item.p-mod-active {
176135
z-index: 1000000;
177136
background: white;
178137
border-left: 1px solid #C0C0C0;
179138
border-right: 1px solid #C0C0C0;
180139
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
181140
}
141+
142+
143+
.p-Menu {
144+
background: white;
145+
color: rgba(0, 0, 0, 0.87);
146+
border: 1px solid #C0C0C0;
147+
font: 12px Helvetica, Arial, sans-serif;
148+
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
149+
}
150+
151+
152+
.p-Menu-item.p-mod-active {
153+
background: #E5E5E5;
154+
}
155+
156+
157+
.p-Menu-item.p-mod-disabled {
158+
color: rgba(0, 0, 0, 0.26);
159+
}
160+
161+
162+
.p-Menu-item.p-mod-separator-type > span::after {
163+
border-top: 1px solid #DDDDDD;
164+
}
165+
166+
167+
.p-Menu-item-icon::before,
168+
.p-Menu-item-submenu::before {
169+
font-family: FontAwesome;
170+
}
171+
172+
173+
.p-Menu-item.p-mod-check-type.p-mod-checked > .p-Menu-item-icon::before {
174+
content: '\f00c';
175+
}
176+
177+
178+
.p-Menu-item.p-mod-submenu-type > .p-Menu-item-submenu::before {
179+
content: '\f0da';
180+
}

0 commit comments

Comments
 (0)
0