Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
opacity: .3;
&.action-share {
padding: 17px 14px;
- > span:not(.icon) {
- display: none;
+ &.permanent:not(.shared-style) .icon-shared + span {
+ /* hide text of the share action */
+ /* .hidden-visually for accessbility */
+ position: absolute;
+ left:-10000px;
+ top: auto;
+ width: 1px;
+ height: 1px;
+ overflow: hidden;
}
.avatar {
display: inline-block;
border-radius: 0;
background-color: transparent;
z-index:1;
-
+
> a[href='#'] {
// if no link is set, no mouse feedback
box-shadow: none !important;
margin-right: 6px;
}
/* hide text of the share action on mobile */
-#fileList a.action-share span:not(.icon) {
- display: none !important;
+/* .hidden-visually for accessbility */
+#fileList a.action-share span:not(.icon):not(.avatar) {
+ position: absolute;
+ left:-10000px;
+ top: auto;
+ width: 1px;
+ height: 1px;
+ overflow: hidden;
}