style(csslint): Remove unused CSS class

This commit is contained in:
Pierre Rudloff 2019-04-19 23:28:02 +02:00
parent 71200c80bc
commit f5408d409a
1 changed files with 0 additions and 11 deletions

View File

@ -722,14 +722,3 @@ h1 {
white-space: nowrap;
width: 1px;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
white-space: normal;
width: auto;
}