Skip to content

Commit

Permalink
Fix clear button covered by new input wrapper (#3016)
Browse files Browse the repository at this point in the history
* $ Fix CSS warnings

* ! Fix clear button covered by new input wrapper
  • Loading branch information
PikachuEXE authored Dec 31, 2022
1 parent eaeb472 commit b96c6b5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/renderer/components/ft-input/ft-input.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@

.clearInputTextButton {
position: absolute;
margin: 0 3px;
padding: 10px;
top: 5px;
left: 0;
/* To be higher than `.inputWrapper` */
z-index: 1;
margin: 0 3px;
padding: 10px;
border-radius: 100%;
color: var(--primary-text-color);
opacity: 0;
Expand Down Expand Up @@ -85,7 +87,6 @@
width: 100%;
padding: 1rem;
border: none;
background: transparent;
margin-bottom: 10px;
font-size: 16px;
height: 45px;
Expand Down Expand Up @@ -190,7 +191,7 @@

.list li {
display: block;
padding: 0px 15px;
padding: 0 15px;
line-height: 2rem;
}

Expand Down

0 comments on commit b96c6b5

Please sign in to comment.