Skip to content

Commit

Permalink
fix(dicts): hide sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Jun 7, 2018
1 parent 1da5ba6 commit f1bd672
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/components/dictionaries/cambridge/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -387,12 +387,6 @@
color: #292929;
}

.di .share {
position: absolute;
top: -10px;
right: -1em;
}

.di .pos-head .pos-info {
margin: 0 0 20px;
}
Expand Down Expand Up @@ -1363,7 +1357,7 @@
border-bottom: 0;
}

.circle.bg--more.open .fcdo-minus,.circle.bg--more .fcdo-plus,.share .bg--gp,.share .bg--di,.share .bg--su,.share .bg--tu,.share .bg--re,.share .bg--def,.translator_layout .share .circle,.share .bg--more {
.circle.bg--more.open .fcdo-minus,.circle.bg--more .bg--more {
display: inline-block;
}

Expand Down Expand Up @@ -2208,4 +2202,8 @@
color: inherit;
}
}

.share {
display: none !important;
}
}

0 comments on commit f1bd672

Please sign in to comment.