mirror of
https://github.com/liriliri/eruda.git
synced 2026-05-20 08:47:20 +08:00
fix(sources): code not selectable
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
const BundleAnalyzerPlugin =
|
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer')
|
||||||
require('webpack-bundle-analyzer').BundleAnalyzerPlugin
|
.BundleAnalyzerPlugin
|
||||||
|
|
||||||
exports = require('./webpack.prod')
|
exports = require('./webpack.prod')
|
||||||
|
|
||||||
|
|||||||
@@ -70,7 +70,7 @@
|
|||||||
"luna-notification": "^0.1.4",
|
"luna-notification": "^0.1.4",
|
||||||
"luna-object-viewer": "^0.2.4",
|
"luna-object-viewer": "^0.2.4",
|
||||||
"luna-tab": "^0.1.2",
|
"luna-tab": "^0.1.2",
|
||||||
"luna-text-viewer": "^0.1.1",
|
"luna-text-viewer": "^0.2.1",
|
||||||
"node-sass": "^7.0.1",
|
"node-sass": "^7.0.1",
|
||||||
"postcss-clean": "^1.1.0",
|
"postcss-clean": "^1.1.0",
|
||||||
"postcss-loader": "^3.0.0",
|
"postcss-loader": "^3.0.0",
|
||||||
|
|||||||
@@ -339,7 +339,7 @@
|
|||||||
border-bottom: 1px solid var(--border);
|
border-bottom: 1px solid var(--border);
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
font-size: $font-size-s;
|
font-size: $font-size-s;
|
||||||
.luna-text-viewer-line-code {
|
.luna-text-viewer-line-text {
|
||||||
user-select: text;
|
user-select: text;
|
||||||
* {
|
* {
|
||||||
user-select: text;
|
user-select: text;
|
||||||
|
|||||||
Reference in New Issue
Block a user