From 4af8615624ca0430104de71edf88ff991a8884d5 Mon Sep 17 00:00:00 2001 From: Dick Choi Date: Wed, 27 Jul 2016 17:54:45 +0900 Subject: [PATCH] set left border of tag item blue --- browser/main/Detail/TagSelect.styl | 2 +- browser/main/NoteList/NoteList.styl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/main/Detail/TagSelect.styl b/browser/main/Detail/TagSelect.styl index 613d5072..5a5bafce 100644 --- a/browser/main/Detail/TagSelect.styl +++ b/browser/main/Detail/TagSelect.styl @@ -26,7 +26,7 @@ margin 0 padding 0 border-style solid - border-color $ui-borderColor + border-color $ui-button--focus-borderColor border-width 0 0 0 3px line-height 18px background-color transparent diff --git a/browser/main/NoteList/NoteList.styl b/browser/main/NoteList/NoteList.styl index d7166f9e..2a8d1fde 100644 --- a/browser/main/NoteList/NoteList.styl +++ b/browser/main/NoteList/NoteList.styl @@ -83,7 +83,7 @@ border-radius 3px vertical-align middle border-style solid - border-color $ui-borderColor + border-color $ui-button--focus-borderColor border-width 0 0 0 3px background-color $ui-backgroundColor