-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature #158773 chore: Rating Field in TjUcm #363
base: release-1.2.4
Are you sure you want to change the base?
Feature #158773 chore: Rating Field in TjUcm #363
Conversation
@@ -22,3 +22,66 @@ width:200px !important; | |||
.tjucm-wrapper .tj-wordwrap{ | |||
word-break: break-word; | |||
} | |||
|
|||
/****** Style Star Rating Widget *****/ | |||
fieldset, label { margin: 0; padding: 0; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shraddhaSankpal27 direct CSS for bootstrap classes are not recommended, use UCM wrapper class with the CSS class.
e.g .ucm-wrapper .label{
CSS
}
Again, this can cause issues in other fields label and ieldsets. We should not write CSS for generic classes of bootstrap. The input and label should use template CSS only
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ankush-maherwal I'll update with help of designer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ankush-maherwal @shraddha : Update the generic css for rating and also rating star use
images that will good option.
No description provided.