mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove some redundant styling
This commit is contained in:
committed by
Antonio Scandurra
parent
0996d90be3
commit
44539b1dc6
@@ -48,7 +48,6 @@ atom-text-editor {
|
||||
.line-numbers {
|
||||
width: max-content;
|
||||
background-color: inherit;
|
||||
contain: content;
|
||||
}
|
||||
|
||||
.line-number {
|
||||
@@ -72,10 +71,7 @@ atom-text-editor {
|
||||
}
|
||||
|
||||
.lines {
|
||||
contain: strict;
|
||||
background-color: inherit;
|
||||
will-change: transform;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
@@ -84,7 +80,6 @@ atom-text-editor {
|
||||
}
|
||||
|
||||
.highlight .region {
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user