.hidden, .hidden-shift, .invisible should be at the end of the file (skin.css)

pull/4062/head
IgorA100 2024-06-04 15:28:54 +03:00 committed by GitHub
parent 92903c6a10
commit a1b3e454d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 12 deletions

View File

@ -469,18 +469,6 @@ body.sticky #content {
* Generic useful classes, especially with mootools
*/
.hidden {
display: none;
}
.hidden-shift {
position: absolute !important; left: -999em !important;
}
.invisible {
visibility: hidden;
}
.nowrap {
white-space: nowrap;
}
@ -1124,3 +1112,18 @@ html::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb, nav::-webkit-scroll
width: 100%;
}
}
/* +++ This block should always be located at the end! */
.hidden {
display: none;
}
.hidden-shift {
position: absolute !important; left: -999em !important;
}
.invisible {
visibility: hidden;
}
/* --- This block should always be located at the end! */