Fix draw order when hovering composer format buttons

This ensures all 4 sides of a button show the hover border colour as intended.

Another part of https://github.com/vector-im/riot-web/issues/11203
pull/21833/head
J. Ryan Stinnett 2019-11-11 10:24:40 +00:00
parent e161e99b63
commit ef05294133
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 {