Skip to content

Commit

Permalink
Remove Character-count hidden css
Browse files Browse the repository at this point in the history
  • Loading branch information
sokcuri committed Oct 5, 2017
1 parent 59c2de6 commit f85f186
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -903,15 +903,6 @@ const run = chk_win => {
`);
win.webContents.send('apply-config');

// character-count default to hidden
win.webContents.insertCSS(`
.js-character-count {
opacity: 0;
}
.tdp-show {
opacity: 1;
}`);

// 유저 스크립트 로딩
const noop = () => {};
const loadUserAssets = async () => {
Expand Down

0 comments on commit f85f186

Please sign in to comment.