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:
parent
df9f759cd4
commit
8e4285a04e
@ -1,7 +1,3 @@
|
||||
.visuallyvisible {
|
||||
@include visuallyvisible;
|
||||
}
|
||||
|
||||
.visuallyhidden {
|
||||
@include visuallyhidden;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user