diff options
author | Kristopher A <kristopher.ali.dev@gmail.com> | 2024-07-03 12:32:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-03 12:32:03 -0400 |
commit | fd2e13d9b12121c540cd1cabd250c3d02232279b (patch) | |
tree | 10deb6385a011cd9afd323063eb0e782f98c5e7c /misc | |
parent | 6a13fdcae3662975c101213d47a1eb3a7db63cb3 (diff) | |
download | redot-engine-fd2e13d9b12121c540cd1cabd250c3d02232279b.tar.gz |
Remove duplicate styling from editor
The \#status-notice styling had a duplicate visibility styling.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dist/html/editor.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/dist/html/editor.html b/misc/dist/html/editor.html index 5959b7b664..3a22055546 100644 --- a/misc/dist/html/editor.html +++ b/misc/dist/html/editor.html @@ -227,7 +227,6 @@ a:active { line-height: 1.3; visibility: visible; padding: 4px 6px; - visibility: visible; } </style> </head> |