Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SanchezMax committed Oct 10, 2023
1 parent 3d3c308 commit ce06e4e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions styles/autocomplete.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
.autocomplete-container {
/* background-color: var(--tg-theme-bg-color); */
opacity: 1;
transition: opacity 0.3s linear;
}

/* .autocomplete-container .select {
background-color: var(--tg-theme-bg-color);
} */

.autocomplete-container.hidden {
opacity: 0;
}
Expand All @@ -16,7 +11,6 @@
padding: 5px 0;
display: flex;
position: relative;
/* background-color: var(--tg-theme-bg-color); */
}

.input-container input {
Expand Down
1 change: 0 additions & 1 deletion styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ div.select {
}

.header {
/* background-color: var(--tg-theme-bg-color); */
text-align: center;
}
1 change: 0 additions & 1 deletion styles/weather.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ ul {

body .container {
font: 1rem/1.3 "Roboto", sans-serif;
/* background: var(--tg-theme-bg-color); */
color: var(--tg-theme-text-color);
}

Expand Down

0 comments on commit ce06e4e

Please sign in to comment.