Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Don't rotate More options button when clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Feb 1, 2022
1 parent 3de3405 commit df7880c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions res/css/views/rooms/_MessageComposer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,6 @@ limitations under the License.
mask-image: url('$(res)/img/image-view/more.svg');
}

.mx_MessageComposer_closeButtonMenu::before {
transform: rotate(90deg);
transform-origin: center;
}

.mx_MessageComposer_sendMessage {
cursor: pointer;
position: relative;
Expand Down

0 comments on commit df7880c

Please sign in to comment.