diff --git a/assets/css/styles.scss b/assets/css/styles.scss index cfa95b8d5..0ea7527cc 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -530,9 +530,9 @@ code { } select, -input, option { height: 40px; + cursor: pointer; } input[type="checkbox"] { diff --git a/components/history.vue b/components/history.vue index dd9ea526d..96e850ffc 100644 --- a/components/history.vue +++ b/components/history.vue @@ -6,12 +6,11 @@ aria-label="Search" type="text" placeholder="search history" - :readonly="history.length === 0" v-model="filterText" /> -