Skip to content
Snippets Groups Projects
Commit 730ff9d8 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

input borders

parent 871f6b99
Branches
Tags
No related merge requests found
......@@ -65,11 +65,14 @@
align-items: center;
}
.Filter-section {
display: flex;
align-items: center;
}
.Query-filter .input {
padding: 0;
border-radius: 0;
padding: 0.5rem;
border-color: transparent;
border-color: var(--selection-color);
}
.Query-filter .Icon-close {
......
......@@ -254,7 +254,7 @@ export default React.createClass({
default:
valueHtml = (
<input
className="input"
className="input p1 lg-p2"
type="text"
value={filterValue}
onChange={this.setTextValue.bind(null, filterIndex)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment