Skip to content
This repository was archived by the owner on Oct 6, 2019. It is now read-only.

Commit e128285

Browse files
author
Thomas Hansen
committed
Getting ready for release
1 parent 7c97967 commit e128285

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

media/main.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,24 +93,18 @@
9393
text-overflow: ellipsis;
9494
white-space: nowrap;
9595
position: relative;
96-
color: #c0c0c0;
9796
font-style: italic;
9897
margin-left: .2rem;
9998
margin-bottom: 0;
100-
background: none;
101-
background-color: #f0f0f0;
10299
font-size: .7rem;
103100
padding-right: 30px;
104101
height: 28px;
105102
}
106103

107104
.hyper-ide-editor-tab-buttons > .toggled {
108-
background: none;
109-
background-color: #fbfbfb;
110105
z-index: 1;
111106
font-weight: bold;
112107
font-style: normal;
113-
color: #a0a0a0;
114108
}
115109

116110
.hyper-ide-editor-tab-buttons > button:hover,

startup/version.hl

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
2-
/*
3-
* Creates version Active Event.
4-
*/
5-
create-event:hyper-ide.version
6-
7-
return:decimal:6.1
1+
/*
2+
* Creates version Active Event.
3+
*/
4+
create-event:hyper-ide.version
5+
6+
return:decimal:6.2

0 commit comments

Comments
 (0)