소스 검색

polish #1967: Changed the item effects color on tooltips to blueB

tags/v0.12.0
Shaun 1 년 전
부모
커밋
adfe6e1c2e
2개의 변경된 파일11개의 추가작업 그리고 2개의 파일을 삭제
  1. +10
    -1
      src/client/ui/templates/tooltipItem/buildTooltip/lineBuilders.js
  2. +1
    -1
      src/client/ui/templates/tooltipItem/styles.less

+ 10
- 1
src/client/ui/templates/tooltipItem/buildTooltip/lineBuilders.js 파일 보기

@@ -214,7 +214,16 @@ define([
html += '<br />';
});

return html;
const result = (
lineBuilders.div('space', ' ') +
lineBuilders.div('line', ' ') +
lineBuilders.div('smallSpace', ' ') +
html +
lineBuilders.div('smallSpace', ' ') +
lineBuilders.div('line', ' ')
);

return result;
},

material: () => {


+ 1
- 1
src/client/ui/templates/tooltipItem/styles.less 파일 보기

@@ -99,7 +99,7 @@
}

.effects {
color: @white;
color: @blueB;
}

.faction {


불러오는 중...
취소
저장