• [^] # Re: Dynamicité

    Posté par (site web personnel) . En réponse à l’entrée du suivi Quelques corrections pour nightgrey. Évalué à 2 (+0/-0).

    Voilà les règles sass pour ces boutons :

    #redaction .edition_in_place, #redaction .paragraph, #redaction .link {
     padding-left: 30px;
     position: relative;
     .edit { background: url("/images/icones/pen.png") no-repeat 2px 2px $C_CLAIR; }
     .actions {
     position: absolute;
     top: 0;
     left: 0;
     button {
     visibility: hidden;
     height: 22px;
     width: 22px;
     text-indent: -9999em;
     }
     }
     &:hover {
     .actions button {
     visibility: visible;
     &:hover { background-color: $C_FONCE; }
     }
     }
    }