Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4660 | Rev 4961 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4660 Rev 4686
Línea 122... Línea 122...
122
    width: 2rem;
122
    width: 2rem;
123
    display: grid;
123
    display: grid;
124
    place-items: center;
124
    place-items: center;
125
    padding: 0;
125
    padding: 0;
126
    cursor: pointer;
126
    cursor: pointer;
127
    opacity: 0;
-
 
128
    transition: all 0.2s;
127
    transition: all 0.2s;
129
}
128
}
Línea 130... Línea 129...
130
 
129
 
131
.sidebar__recent-item:hover .sidebar__recent-icon {
130
.sidebar__recent-item:hover .sidebar__recent-icon {
132
    background-color: rgba(0, 0, 0, 0.08);
-
 
133
    opacity: initial;
131
    background-color: rgba(0, 0, 0, 0.08);
Línea 134... Línea 132...
134
}
132
}
135
 
133
 
136
.sidebar__options {
134
.sidebar__options {