Add cursor style on close icon
Without this the close icon for the routing panel doesn't change the pointer as it isn't a link and isn't in a close-wrap container. Closes #1327
This commit is contained in:
parent
a9520500f6
commit
1ba7eccae6
1 changed files with 1 additions and 0 deletions
|
@ -582,6 +582,7 @@ body.compact {
|
|||
|
||||
.icon.close {
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
p.error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue