Skip to content
Snippets Groups Projects
Commit e45ab420 authored by Ray Schamp's avatar Ray Schamp
Browse files

Make the filter input full height

This way you can click anywhere to gain focus
parent 5b5c0013
Branches
Tags
No related merge requests found
......@@ -79,7 +79,8 @@
.filter-input {
flex-grow: 1;
line-height: 1.25rem;
height: $library-filter-bar-height;
line-height: $library-filter-bar-height;
background-color: transparent;
-webkit-appearance: none;
outline: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment