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
This commit is contained in:
parent
e161e99b63
commit
ef05294133
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ limitations under the License.
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border-color: $message-action-bar-hover-border-color;
|
border-color: $message-action-bar-hover-border-color;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue