Add border on hover for code blocks
Signed-off-by: Oliver Hunt <oliver@hunt.bz>
This commit is contained in:
@@ -345,6 +345,11 @@ limitations under the License.
|
||||
}
|
||||
.mx_EventTile_body pre {
|
||||
position: relative;
|
||||
border: 1px solid #f8f8f8;
|
||||
}
|
||||
.mx_EventTile:hover .mx_EventTile_body pre
|
||||
{
|
||||
border: 1px solid $primary-hairline-color;
|
||||
}
|
||||
.mx_EventTile_body pre:hover .mx_EventTile_copyButton
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user