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:
parent
f636ea7015
commit
f8033f92fe
1 changed files with 30 additions and 0 deletions
|
@ -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
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue