Commit 50f3280e019290a1c1434967f0beb24c0e938e9d

Authored by Dmitriy Zaporozhets
1 parent 5cfaf945

Remove unused css

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 0 additions and 17 deletions   Show diff stats
app/assets/stylesheets/behaviors.scss
@@ -4,20 +4,3 @@ @@ -4,20 +4,3 @@
4 .js-details-container .content.hide { display: block; } 4 .js-details-container .content.hide { display: block; }
5 .js-details-container.open .content { display: block; } 5 .js-details-container.open .content { display: block; }
6 .js-details-container.open .content.hide { display: none; } 6 .js-details-container.open .content.hide { display: none; }
7 -  
8 -// Toggler  
9 -//--------  
10 -.write-preview-btn .turn-on { display: inherit; }  
11 -.write-preview-btn .turn-off { display: none; }  
12 -  
13 -.js-toggler-container .turn-off { display: none; }  
14 -.js-toggler-container.on .turn-on { display: none; }  
15 -.js-toggler-container.on .turn-off { display: inherit; }  
16 -  
17 -.js-toggler-container.on ~ .note-form-actions {  
18 - .write-preview-btn .turn-on { display: none; }  
19 -}  
20 -  
21 -.js-toggler-container.on ~ .note-form-actions {  
22 - .write-preview-btn .turn-off { display: inherit; }  
23 -}