Skip to content

Commit

Permalink
Pull request: 5249 fix search input outline
Browse files Browse the repository at this point in the history
Updates #5249

Squashed commit of the following:

commit f1a16e7
Merge: b752c58 0c03063
Author: Ildar Kamalov <ik@adguard.com>
Date:   Wed Dec 21 17:06:59 2022 +0300

    Merge branch 'master' into 5249-outline

commit b752c58
Author: Ildar Kamalov <ik@adguard.com>
Date:   Wed Dec 21 12:34:15 2022 +0300

    fix input borders

commit 1c7d5da
Merge: 40fb027 0ddd8e3
Author: Ildar Kamalov <ik@adguard.com>
Date:   Wed Dec 21 12:27:25 2022 +0300

    Merge branch 'master' into 5249-outline

commit 40fb027
Author: Ildar Kamalov <ik@adguard.com>
Date:   Tue Dec 20 13:29:15 2022 +0300

    5249 fix search input outline
  • Loading branch information
IldarKamalov committed Dec 21, 2022
1 parent 0c03063 commit defde7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Logs/Filters/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const Form = (props) => {
name={FORM_NAMES.search}
component={renderFilterField}
type="text"
className={classNames('form-control--search form-control--transparent', className)}
className={classNames('form-control form-control--search form-control--transparent', className)}
placeholder={t('domain_or_client')}
tooltip={t('query_log_strict_search')}
onClearInputClick={onInputClear}
Expand Down
2 changes: 0 additions & 2 deletions client/src/components/Logs/Logs.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,12 @@
}

.form-control--search {
box-shadow: 0 1px 0 #ddd;
padding: 0 2.5rem;
height: 2.25rem;
flex-grow: 1;
}

.form-control--transparent {
border: 0 solid transparent !important;
background-color: transparent !important;
}

Expand Down

0 comments on commit defde7d

Please sign in to comment.