Skip to content

Commit

Permalink
Bump 2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarriou committed Jun 24, 2018
1 parent b27d096 commit 786bea5
Show file tree
Hide file tree
Showing 16 changed files with 1,191 additions and 36 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
build.json
platforms
node_modules
plugins/cordova*
package-lock.json
plugins/cordova*
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="28300" id="com.ecarriou.systemdesignerios" version="2.8.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="28400" id="com.ecarriou.systemdesignerios" version="2.8.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>System Designer</name>
<description>
System Designer, an IDE for designing systems.
Expand Down
6 changes: 6 additions & 0 deletions merges/android/styles/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ body {
display: none;
}

.CodeMirror-gutter-wrapper {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

/* override */
.dropdown-menu-right .btn .glyphicon-remove {
top: 3px!important;
Expand Down
6 changes: 6 additions & 0 deletions merges/browser/styles/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,10 @@ body {
}
span.glyphicon.glyphicon-menu-left {
color:#337ab7!important;
}

.CodeMirror-gutter-wrapper {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
6 changes: 6 additions & 0 deletions merges/ios/styles/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ span.glyphicon.glyphicon-menu-left {
color:#337ab7!important;
}

.CodeMirror-gutter-wrapper {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

/* iPhone 5 / 5S / SE */
@media only screen
and (max-width: 600px)
Expand Down
Loading

0 comments on commit 786bea5

Please sign in to comment.