mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Made border transparent when not hovered
Signed-off-by: Oliver Hunt <oliver@hunt.bz>
This commit is contained in:
parent
b032accdfa
commit
3a86e659af
@ -345,7 +345,7 @@ limitations under the License.
|
||||
}
|
||||
.mx_EventTile_body pre {
|
||||
position: relative;
|
||||
border: 1px solid #f8f8f8;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
.mx_EventTile:hover .mx_EventTile_body pre
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user