diff --git a/browser/main/NoteList/NoteList.styl b/browser/main/NoteList/NoteList.styl index d4e68574..572a66c3 100644 --- a/browser/main/NoteList/NoteList.styl +++ b/browser/main/NoteList/NoteList.styl @@ -20,8 +20,8 @@ $control-height = 30px padding-left 25px .control-sortBy-select - margin-left 0 - font-size 12px + appearance: none; + margin-left 3px color $ui-inactive-text-color padding 0 border none @@ -58,13 +58,14 @@ body[data-theme="dark"] border-color $ui-dark-borderColor background-color $ui-dark-noteList-backgroundColor - .control - background-color $ui-dark-noteList-backgroundColor - .control background-color $ui-dark-noteList-backgroundColor border-color $ui-dark-borderColor + .control-sortBy-select + &:hover + background-color white + .control-button color $ui-dark-inactive-text-color &:hover diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index c6d3464c..b296bc5a 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -404,7 +404,7 @@ class NoteList extends React.Component { >