Remove pointer cursor from field areas in profile view mode

This commit is contained in:
Champ Camba
2017-02-10 09:34:07 +08:00
parent c894f60010
commit a5c212c790
3 changed files with 10 additions and 2 deletions
+4
View File
@@ -541,4 +541,8 @@ font-weight: normal;
right: 8px;
font-size: 11px;
font-weight: 400;
}
.um-profile.um-viewing .um-field-checkbox, .um-profile.um-viewing .um-field-radio{
cursor: default !important;
}
+4
View File
@@ -465,6 +465,10 @@ p.um-notice.warning {
display: block;
margin: 8px 0;
position: relative;
}
.um-profile.um-editing .um-field-checkbox,
.um-profile.um-editing .um-field-radio{
cursor: pointer !important;
}
+2 -2
View File
File diff suppressed because one or more lines are too long