.document-row { display:flex; align-items:center; border-radius:4px; }
.document-row:hover { background:#ece9e0; }
.document-row .document-link { min-width:0; flex:1; width:auto; }
.rename-document { width:25px; height:25px; flex:0 0 25px; margin-right:3px; border:0; border-radius:4px; background:transparent; color:var(--muted); opacity:0; }
.document-row:hover .rename-document, .rename-document:focus { opacity:1; }
.rename-document:hover { background:white; color:var(--accent); }
