Skip to content

Commit

Permalink
Fix other regressions with star icon alignment when hearts is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Dec 15, 2024
1 parent 6f305b5 commit c0c67fd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### 2.1.0: 2024-12-15

* Fix star icon active position in single column mode
* Fix other regressions with star icon alignment when hearts is enabled

### 2.0.9: 2024-12-09

Expand Down
4 changes: 0 additions & 4 deletions layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -4416,8 +4416,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
background-position: center;
color: var(--color-yellow);
left: unset !important;
position: relative;
top: 0;
transform: none;
width: unset;
height: unset !important;
Expand Down Expand Up @@ -4502,8 +4500,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.layout-multiple-columns .status button.icon-button:hover .icon-star {
background-image: var(--icon-star-detailed-status-action-bar-active) !important;
color: var(--color-yellow);
position: relative;
top: 0;
}
.layout-multiple-columns .detailed-status__action-bar .icon-button:focus .icon-star,
Expand Down
2 changes: 0 additions & 2 deletions layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -4845,8 +4845,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
background-position: center;
color: var(--color-yellow);
left: unset !important;
position: relative;
top: 0;
transform: none;
width: unset;
height: unset !important;
Expand Down

0 comments on commit c0c67fd

Please sign in to comment.