Remove comment
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
b6ea75b681
commit
a5f6a2dd64
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ limitations under the License.
|
||||||
// we cheat opacity on the theme colour with an after selector here
|
// we cheat opacity on the theme colour with an after selector here
|
||||||
&::after {
|
&::after {
|
||||||
content: '';
|
content: '';
|
||||||
border-bottom: 1px solid $primary-content; // XXX: Variable abuse
|
border-bottom: 1px solid $primary-content;
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
display: block;
|
display: block;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue