Merge pull request #432 from northword/master
修复高亮行的代码块无法拖动与选择的bug #431
This commit is contained in:
commit
3b08bde3f0
|
|
@ -4,7 +4,7 @@ codeThemeLight()
|
|||
pre[class*="language-"] {
|
||||
color: black;
|
||||
background: none;
|
||||
text-shadow: 0 1px white;
|
||||
// text-shadow: 0 1px white;
|
||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
||||
font-size: 1em;
|
||||
text-align: left;
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ div[class*="language-"]
|
|||
background-color rgba(0, 0, 0, 30%)
|
||||
pre, pre[class*="language-"]
|
||||
background transparent
|
||||
position relative
|
||||
position relative !important
|
||||
z-index 1
|
||||
&::before
|
||||
position absolute
|
||||
|
|
|
|||
Loading…
Reference in New Issue