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 {
|
li {
|
||||||
margin: 0;
|
|
||||||
outline: 0;
|
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin-left: $line-height / 1.5;
|
margin-left: $line-height / 1.5;
|
||||||
border-left: 1px solid $sidebar-hover;
|
border-left: 1px solid $sidebar-hover;
|
||||||
|
|||||||
@@ -40,8 +40,6 @@
|
|||||||
|
|
||||||
span {
|
span {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
outline: 0;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user