ch-a-os / DocSort

Digitize and access everything, everywhere.
GNU General Public License v3.0
0 stars 1 forks source link

Better usage of css-classes #116

Open ghost opened 5 years ago

ghost commented 5 years ago

Like in menu.component.scss:

#home a:hover, #upload a:hover, #search a:hover, #tags a:hover, #history a:hover {
    transition: border 0.2s;
    border-left: 10px solid orangered;
}

We should try to give classnames to every important html-element and use those classnames to bind certain scss-rules to the element.