diff options
Diffstat (limited to 'scss')
-rwxr-xr-x | scss/imports/scss/_MainWindow.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss index 97344b1e..1340a18f 100755 --- a/scss/imports/scss/_MainWindow.scss +++ b/scss/imports/scss/_MainWindow.scss | |||
@@ -204,12 +204,14 @@ | |||
204 | background:$color-stage; | 204 | background:$color-stage; |
205 | height:15px; | 205 | height:15px; |
206 | margin-bottom: 0px; | 206 | margin-bottom: 0px; |
207 | display:none; | ||
207 | } | 208 | } |
208 | 209 | ||
209 | #rulerLeft { | 210 | #rulerLeft { |
210 | // TODO: temporary background please replace when component is implemented | 211 | // TODO: temporary background please replace when component is implemented |
211 | background:$color-stage; | 212 | background:$color-stage; |
212 | width:16px; | 213 | width:16px; |
214 | display:none; | ||
213 | } | 215 | } |
214 | 216 | ||
215 | #stateBar { | 217 | #stateBar { |