Give close icon cursor: pointer

This commit is contained in:
brantje 2016-09-24 10:09:17 +02:00
parent 169900bd75
commit da938ffedf
3 changed files with 4 additions and 2 deletions

View file

@ -294,7 +294,8 @@
#app-content #app-content-wrapper .app_sidebar .close.icon-close {
position: absolute;
top: 10px;
right: 10px; }
right: 10px;
cursor: pointer; }
#app-content #app-content-wrapper .app_sidebar.item_selected {
height: 25%;
display: inline-block; }

File diff suppressed because one or more lines are too long

View file

@ -214,6 +214,7 @@
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
}
padding: 10px;
&.item_selected {