0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Deprecate utilities.scss

This commit is contained in:
John O'Nolan 2014-07-30 09:09:11 +03:00
parent f636ea7015
commit f8033f92fe

View file

@ -1,3 +1,33 @@
//
// Utilities
// --------------------------------------------------
// We have more robust alternatives in global.scss
// Are any of these actually even used anywhere?
.hidden,
.visuallyhidden,
.screen-reader-text {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
// //
// Box // Box
// -------------------------------------------------- // --------------------------------------------------