Skip to content

Commit

Permalink
Merge pull request #103 from bram2202/master
Browse files Browse the repository at this point in the history
z-index issue fix
  • Loading branch information
r-renato authored Mar 1, 2024
2 parents b324745 + 1435322 commit 149b55e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions dist/ha-card-weather-conditions.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions src/ha-style-forecast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const styleForecast = css`
border-right: 0.1em solid #d9d9d9;
line-height: 2;
box-sizing: border-box;
z-index: 200;
}
.dayname {
Expand All @@ -32,18 +31,15 @@ const styleForecast = css`
width: 100%;
margin: 0 auto;
display: flex;
z-index: 200;
}
.forecast .day:first-child {
margin-left: 0;
z-index: 200;
}
.forecast .day:nth-last-child(1) {
border-right: none;
margin-right: 0;
z-index: 200;
}
`;

Expand Down
1 change: 0 additions & 1 deletion src/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const style = css`
.variations li {
flex-basis: auto;
width: 50%;
z-index: 200 ;
}
.variations li:nth-child(2n) {
Expand Down

0 comments on commit 149b55e

Please sign in to comment.