modifs visually hidden

This commit is contained in:
raphaelgoettter 2015-08-27 11:11:40 +02:00
parent 06e334f794
commit db88009e74
3 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@
- corrections de la doc Print et Commencer
- corrections de nommages reliquats : `.flexitem-double` -> `.flex-item-double`
- suppression des styles graphiques pour tableaux alternate et striped
- modifications sur la classe `.visually-hidden`
# changelog v4.3.3 (6 août 2015)

View File

@ -176,7 +176,7 @@ var {
width: 1px !important;
padding: 0 !important;
overflow: hidden !important;
clip: rect(1px, 1px, 1px, 1px) !important;
clip: rect(0, 0, 0, 0) !important;
}
@media (max-width: @small-screen) {

View File

@ -170,7 +170,7 @@ var {
width: 1px !important;
padding: 0 !important;
overflow: hidden !important;
clip: rect(1px, 1px, 1px, 1px) !important;
clip: rect(0, 0, 0, 0) !important;
}
@media (max-width: $small-screen) {