mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-28 19:04:15 +08:00
Give close icon cursor: pointer
This commit is contained in:
parent
169900bd75
commit
da938ffedf
3 changed files with 4 additions and 2 deletions
|
@ -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
|
@ -214,6 +214,7 @@
|
|||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
padding: 10px;
|
||||
&.item_selected {
|
||||
|
|
Loading…
Reference in a new issue