Files
element-web/apps/web/res/css/structures/_SearchBox.pcss
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
709 B
Plaintext
Raw Normal View History

/*
2024-09-09 14:57:16 +01:00
Copyright 2024 New Vector Ltd.
Copyright 2015, 2016 OpenMarket Ltd
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
2024-09-09 14:57:16 +01:00
Please see LICENSE files in the repository root for full details.
*/
2019-09-10 10:53:55 +02:00
.mx_SearchBox {
flex: 1 1 0;
min-width: 0;
min-height: 36px; /* to avoid jumping when the X to clear shows/hides */
2019-09-10 10:53:55 +02:00
&.mx_SearchBox_blurred:not(:hover) {
background-color: transparent;
}
2019-09-10 10:53:55 +02:00
.mx_SearchBox_closeButton {
cursor: pointer;
height: 16px;
width: 16px;
2019-09-10 10:53:55 +02:00
padding: 9px;
svg {
height: inherit;
width: inherit;
color: var(--cpd-color-icon-secondary);
}
2019-09-10 10:53:55 +02:00
}
}