0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 05:02:57 +01:00

Remove unused visuallyvisible styles

This commit is contained in:
Thibaud Colas 2024-01-09 10:13:51 +00:00
parent df9f759cd4
commit 8e4285a04e
2 changed files with 0 additions and 13 deletions

View File

@ -1,7 +1,3 @@
.visuallyvisible {
@include visuallyvisible;
}
.visuallyhidden {
@include visuallyhidden;
}

View File

@ -68,15 +68,6 @@
width: 1px;
}
@mixin visuallyvisible {
clip: auto;
height: auto;
width: auto;
margin: initial;
overflow: visible;
position: initial;
}
@mixin svg-icon($size: 1em, $position: text-top) {
width: $size;
height: $size;