Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dsifford committed Jan 31, 2018
1 parent 5d06689 commit db43d7e
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions src/css/frontend.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
@import '_variables';
@import '_citations';

@mixin toggle-base {
@include reset;
position: relative;
font-weight: 600;
padding: 5px;
vertical-align: middle;
user-select: none;
}

:global {
.abt-bibligraphy__container {
display: block;
Expand All @@ -20,11 +11,15 @@
}

.abt-bibliography__heading_toggle {
@include toggle-base;
@include reset;
position: relative;
font-weight: 600;
padding: 5px;
vertical-align: middle;
user-select: none;
}

.abt-bibliography__heading_toggle:hover {
@include toggle-base;
padding: 5px;
vertical-align: middle;
user-select: none;
Expand All @@ -44,7 +39,6 @@
}

.abt-bibliography__heading_toggle:focus {
@include toggle-base;
padding: 5px;
vertical-align: middle;
user-select: none;
Expand Down

0 comments on commit db43d7e

Please # to comment.