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

Commit

Permalink
fix css lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bwindels committed Sep 4, 2019
1 parent 2ea556e commit af53598
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions res/css/views/rooms/_BasicMessageComposer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,12 @@ limitations under the License.

.mx_BasicMessageComposer_formatBar {
display: none;
background-color: red;
width: calc(26px * 5);
height: 24px;
position: absolute;
cursor: pointer;
border-radius: 4px;
background: $message-action-bar-bg-color;
background-color: $message-action-bar-bg-color;

&.mx_BasicMessageComposer_formatBar_shown {
display: block;
Expand Down Expand Up @@ -137,6 +136,5 @@ limitations under the License.
.mx_BasicMessageComposer_formatCode::after {
mask-image: url('$(res)/img/format/code.svg');
}

}
}

0 comments on commit af53598

Please sign in to comment.