Remove redundant CSS properties set to none
These are default values that aren't needed.
This commit is contained in:
@@ -112,9 +112,6 @@
|
||||
}
|
||||
|
||||
li {
|
||||
margin: 0;
|
||||
outline: 0;
|
||||
|
||||
ul {
|
||||
margin-left: $line-height / 1.5;
|
||||
border-left: 1px solid $sidebar-hover;
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
|
||||
span {
|
||||
color: inherit;
|
||||
outline: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user