1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

Remove duplicate styling from editor

The \#status-notice styling had a duplicate visibility styling.
This commit is contained in:
Kristopher A
2024-07-03 12:32:03 -04:00
committed by GitHub
parent 6a13fdcae3
commit fd2e13d9b1

View File

@@ -227,7 +227,6 @@ a:active {
line-height: 1.3;
visibility: visible;
padding: 4px 6px;
visibility: visible;
}
</style>
</head>