##// END OF EJS Templates
js: remove rc-toggle
marcink -
r4030:386f1ab6 default
parent child Browse files
Show More

The requested changes are too big and content was truncated. Show full diff

1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
@@ -1,25 +1,21 b''
1 //Primary CSS
1 //Primary CSS
2 //--- IMPORTS ------------------//
2 //--- IMPORTS ------------------//
3 @import 'helpers';
3 @import 'helpers';
4 @import 'mixins';
4 @import 'mixins';
5 @import 'variables';
5 @import 'variables';
6 @import 'buttons';
6 @import 'buttons';
7 @import 'alerts';
7 @import 'alerts';
8 @import 'type';
8 @import 'type';
9
9
10 :root {
10 :root {
11 --primary-color: @rcblue;
11 --primary-color: @rcblue;
12 --light-primary-color: @rclightblue;
12 --light-primary-color: @rclightblue;
13 --dark-primary-color: @rcdarkblue;
13 --dark-primary-color: @rcdarkblue;
14 --primary-text-color: @text-color;
14 --primary-text-color: @text-color;
15
15
16 --paper-spinner-layer-1-color: @grey6;
16 --paper-spinner-layer-1-color: @grey6;
17 --paper-spinner-layer-2-color: @grey5;
17 --paper-spinner-layer-2-color: @grey5;
18 --paper-spinner-layer-3-color: @grey4;
18 --paper-spinner-layer-3-color: @grey4;
19 --paper-spinner-layer-4-color: @grey3;
19 --paper-spinner-layer-4-color: @grey3;
20 }
20 }
21
21
22 .paper-toggle-button {
23 display: inline;
24 }
25
@@ -1,7 +1,6 b''
1 import '@polymer/iron-ajax/iron-ajax.js';
1 import '@polymer/iron-ajax/iron-ajax.js';
2 import './shared-styles.js';
2 import './shared-styles.js';
3 import './channelstream-connection/channelstream-connection.js';
3 import './channelstream-connection/channelstream-connection.js';
4 import './rhodecode-toast/rhodecode-toast.js';
4 import './rhodecode-toast/rhodecode-toast.js';
5 import './rhodecode-toggle/rhodecode-toggle.js';
6 import './rhodecode-unsafe-html/rhodecode-unsafe-html.js';
5 import './rhodecode-unsafe-html/rhodecode-unsafe-html.js';
7 import './rhodecode-app/rhodecode-app.js';
6 import './rhodecode-app/rhodecode-app.js';
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now