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