Disable selection of certain elements

This commit is contained in:
Dennis Eichhorn 2017-04-16 17:00:00 +02:00
parent ee3650ecd8
commit 2375a5f14e
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
@import "_mixins", "_vars";
#nav-side {
user-select: none;
width: 175px;
position: fixed;
top: 75px;
@ -123,6 +124,7 @@ label[for="nav-trigger"] {
}
.nav-top {
user-select: none;
margin-top: 5px;
display: block;
background: #ffffff;

View File

@ -4253,6 +4253,7 @@ ul.h-list li {
/* Navigation */
/* Colors */
#nav-side {
user-select: none;
width: 175px;
position: fixed;
top: 75px;
@ -4323,6 +4324,7 @@ label[for="nav-trigger"] {
left: 175px; }
.nav-top {
user-select: none;
margin-top: 5px;
display: block;
background: #ffffff;