GH-3768 - Search icon fix (#3778)
This commit is contained in:
parent
af2727085d
commit
f9e6eb2791
3 changed files with 10 additions and 5 deletions
|
@ -132,10 +132,11 @@
|
|||
position: absolute;
|
||||
left: 13px;
|
||||
font-size: 18px;
|
||||
top: 13px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
height: 100%;
|
||||
opacity: 0.48;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.searchQuery {
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
.dialog {
|
||||
.toolbar {
|
||||
flex-direction: row-reverse;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -118,10 +119,11 @@
|
|||
position: absolute;
|
||||
left: 13px;
|
||||
font-size: 18px;
|
||||
top: 14px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
height: 100%;
|
||||
opacity: 0.48;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.searchQuery {
|
||||
|
|
|
@ -72,8 +72,10 @@
|
|||
|
||||
.board-search-icon {
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
left: 10px;
|
||||
color: rgba(var(--center-channel-color-rgb), 0.64);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue