Merge pull request #3609 from matrix-org/jryans/rounded-style-bar

Fix draw order when hovering composer format buttons
pull/21833/head
J. Ryan Stinnett 2019-11-11 17:40:58 +02:00 committed by GitHub
commit cc9ef57f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ limitations under the License.
&:hover {
border-color: $message-action-bar-hover-border-color;
z-index: 1;
}
&:first-child {