mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Rename invisible class to invisible-character
Bootstrap defines this class with visibility: hidden which we don't want since invisible characters should be visible.
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
background: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.editor .invisible {
|
||||
.editor .invisible-character {
|
||||
opacity: 0.2;
|
||||
font-weight: normal !important;
|
||||
font-style: normal !important;
|
||||
|
||||
Reference in New Issue
Block a user