You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Remove feature_favourite_messages
as it is has been abandoned for now (#11097)
* Remove `feature_favourite_messages` as it is has been abandoned for now * i18n * Fix test * Remove unused css
This commit is contained in:
committed by
GitHub
parent
386a459b9f
commit
cb2b1718ff
@ -21,7 +21,6 @@ limitations under the License.
|
||||
--MessageActionBar-item-hover-background: $panel-actions;
|
||||
--MessageActionBar-item-hover-borderRadius: 6px;
|
||||
--MessageActionBar-item-hover-zIndex: 1;
|
||||
--MessageActionBar-star-button-color: #ffa534;
|
||||
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
@ -118,10 +117,6 @@ limitations under the License.
|
||||
color: $primary-content;
|
||||
}
|
||||
|
||||
&.mx_MessageActionBar_favouriteButton_fillstar {
|
||||
color: var(--MessageActionBar-star-button-color);
|
||||
}
|
||||
|
||||
&.mx_MessageActionBar_downloadButton {
|
||||
--MessageActionBar-icon-size: 14px;
|
||||
|
||||
|
Reference in New Issue
Block a user