Changeset 110709 in spip-zone
- Timestamp:
- Jun 17, 2018, 2:12:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/integraal/theme/trunk/scss/base/_typo.scss
r110705 r110709 82 82 border-style: dotted; 83 83 } 84 85 // Citations 86 blockquote { 87 } 88 89 /* Cacher du texte de façon accessible */ 90 /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */ 91 .visually-hidden { 92 position: absolute !important; 93 height: 1px; width: 1px; 94 overflow: hidden; 95 clip: rect(1px, 1px, 1px, 1px); 96 } 97 /* Afficher un texte précédemment caché */ 98 .visually-visible { 99 position: static !important; 100 height: initial; width: initial; 101 overflow: visible; 102 clip: initial; 103 }
Note: See TracChangeset
for help on using the changeset viewer.