Skip to content

Commit

Permalink
compose: Remove unused hide styles for compose_control_button.
Browse files Browse the repository at this point in the history
We use the styles from `app_components.css`.
  • Loading branch information
shameondev authored and timabbott committed Jul 5, 2023
1 parent 8c530f3 commit 37b9e96
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions web/styles/compose.css
Original file line number Diff line number Diff line change
Expand Up @@ -770,14 +770,6 @@ a.compose_control_button {
}
}

/* This is used to override the
* properties of `a.compose_control_button`
* without using `!important`.
*/
a.compose_control_button.hide {
display: none;
}

.drag {
display: none;
height: 18px;
Expand Down

0 comments on commit 37b9e96

Please sign in to comment.