changed cursor style on settings page globally
This commit is contained in:
parent
25d7087d9e
commit
7dcf37f053
|
@ -122,3 +122,7 @@ blockquote.shared_content {
|
|||
color: #000;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.settings-heading {
|
||||
cursor: pointer;
|
||||
}
|
|
@ -2727,7 +2727,3 @@ a.mail-list-link {
|
|||
.mail-conv-delete-icon {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.settings-heading {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue