ソースを参照

Comment and empty lines removed

j8
yanas 8年前
コミット
ff8c6690ef
2個のファイルの変更1行の追加4行の削除
  1. 1
    2
      css/_variables.scss
  2. 0
    2
      interface_config.js

+ 1
- 2
css/_variables.scss ファイルの表示

@@ -126,5 +126,4 @@ $selectActiveItemBg: $defaultDarkColor;
126 126
 $inputControlEmColor: #f29424;
127 127
 //buttons
128 128
 $linkFontColor: #489afe;
129
-$linkHoverFontColor: #287ade;
130
-
129
+$linkHoverFontColor: #287ade;

+ 0
- 2
interface_config.js ファイルの表示

@@ -22,8 +22,6 @@ var interfaceConfig = { // eslint-disable-line no-unused-vars
22 22
      * If we should show authentication block in profile
23 23
      */
24 24
     AUTHENTICATION_ENABLE: true,
25
-    // the toolbar buttons line is intentionally left in one line, to be able
26
-    // to easily override values or remove them using regex
27 25
     /**
28 26
      * The index of the splitter button in the main toolbar. The splitter
29 27
      * button is a button in the toolbar that will be applied a special styling

読み込み中…
キャンセル
保存