diff --git a/browser/components/SideNavFilter.styl b/browser/components/SideNavFilter.styl index 1aab9ef8..5f5874a7 100644 --- a/browser/components/SideNavFilter.styl +++ b/browser/components/SideNavFilter.styl @@ -21,6 +21,11 @@ color #e74c3c .menu-button-label color $ui-text-color + &:active, &:active:hover + background-color $ui-button--active-backgroundColor + color #e74c3c + .menu-button-label + color $ui-text-color .menu-button-star--active @extend .menu-button @@ -33,6 +38,11 @@ color #F9BF3B .menu-button-label color $ui-text-color + &:active, &:active:hover + background-color $ui-button--active-backgroundColor + color #F9BF3B + .menu-button-label + color $ui-text-color .menu-button-label margin-left 5px diff --git a/browser/components/StorageItem.styl b/browser/components/StorageItem.styl index bbaf16db..8d6602bf 100644 --- a/browser/components/StorageItem.styl +++ b/browser/components/StorageItem.styl @@ -38,7 +38,7 @@ padding 0 15px height 26px line-height 26px - border-width 0 0 0 1px + border-width 0 0 0 2px border-style solid border-color transparent overflow hidden diff --git a/browser/main/Detail/FolderSelect.styl b/browser/main/Detail/FolderSelect.styl index f2d8d7dd..567dd16d 100644 --- a/browser/main/Detail/FolderSelect.styl +++ b/browser/main/Detail/FolderSelect.styl @@ -81,7 +81,7 @@ background-color $ui-button--active-backgroundColor color $ui-button--active-color .search-optionList-item-name - border-left solid 4px transparent + border-left solid 2px transparent padding 2px 5px .search-optionList-item-name-surfix font-size 10px diff --git a/browser/main/modals/PreferencesModal/StorageItem.styl b/browser/main/modals/PreferencesModal/StorageItem.styl index d7fb54bc..538edfb8 100644 --- a/browser/main/modals/PreferencesModal/StorageItem.styl +++ b/browser/main/modals/PreferencesModal/StorageItem.styl @@ -71,7 +71,7 @@ background-color darken(white, 3%) .folderList-item-left height 30px - border-left solid 1px transparent + border-left solid 2px transparent padding 0 10px line-height 30px float left