modifs visually hidden
This commit is contained in:
parent
06e334f794
commit
db88009e74
3 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue