mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-15 12:43:33 +09:00
Remove pointer cursor from field areas in profile view mode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user