lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: poll: switching our development platform


From: Dan Eble
Subject: Re: poll: switching our development platform
Date: Tue, 28 Apr 2020 17:58:44 -0400

On Apr 23, 2020, at 16:24, Jonas Hahnfeld <address@hidden> wrote:
>> I'd prefer file-names and thumbnails, unfolded by clicking.
>> 
>> Is this behaviour adjustable?
> 
> No, I'm merely linking the uploaded file (GitLab decides to display the
> image inline) and AFAICS there are no options to influence this
> behavior.

The HTML for an image link looks like this.

<a class="no-attachment-icon gfm" 
href="/lilypond-issues/lilypond-trial/uploads/bf98e8def400ee15bf3e5ca0180ea544/new-instrument-name-x-offset.png"
 target="_blank" rel="noopener noreferrer" data-link="true"><img 
src="/lilypond-issues/lilypond-trial/uploads/bf98e8def400ee15bf3e5ca0180ea544/new-instrument-name-x-offset.png"
 alt="new-instrument-name-x-offset.png" class="gfm js-lazy-loaded 
qa-js-lazy-loaded"></a>

Notice alt="new-instrument-name-x-offset.png".

Can we add project-specific CSS rules?  Maybe we could derive something 
acceptable from this:

    a.gfm.no-attachment-icon img::after {
        content: attr(alt);
    }
—
Dan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]