mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-29 00:27:30 -05:00
Update syntax styles to fix user-select
Turns out the last commit didn't work because bobastyle.css has lower priority than the syntax CSS. But Hugo must've updated the styles upstream because it's fixed after regenerating.
This commit is contained in:
@ -833,15 +833,6 @@ code {
|
||||
display: block;
|
||||
} /* fixes line numbers on firefox when there's only one line */
|
||||
|
||||
.chroma .lnt,
|
||||
.chroma .ln {
|
||||
/* chroma sets the non-prefixed one only */
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
/* }}} */
|
||||
|
||||
/* Asides {{{ */
|
||||
|
Reference in New Issue
Block a user