Skip to content

Commit

Permalink
Merge pull request #78 from vaibhavbhuva/release-6.1.0
Browse files Browse the repository at this point in the history
Issue #IQ-487 fix: If user mouseover on the tool tip of the each field name and its showing at the Icon name field
  • Loading branch information
sajeshkayyath authored Jul 26, 2023
2 parents bb65e4c + 9de3a36 commit 29620d9
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion projects/questionset-editor-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-sunbird/sunbird-questionset-editor",
"version": "6.1.0-beta.1",
"version": "6.1.0-beta.2",
"dependencies": {
"tslib": "^2.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,19 @@ lib-questionset-editor {
}
}
.dynamic-form {

label {
font-size: 12px !important;
margin-bottom: 0.5rem !important;
color: #121213e0;
font-weight: 600;
position: relative;
}

label:not(input + label) {
&::before {
z-index: 1 !important;
}
}

.sb-textbox,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,18 @@ sui-select {
.sb-dropdown-select{
padding: 11px 8px !important;
}
label {
label {
font-size: 12px !important;
margin-bottom: 0.5rem !important;
color: #121213e0;
font-weight: 600;
position: relative;
}

label:not(input + label) {
&::before {
z-index: 1 !important;
}
}

.sb-textbox,
Expand Down
2 changes: 1 addition & 1 deletion web-component-examples/vanilla-js/styles.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-sunbird/sunbird-questionset-editor-web-component",
"version": "2.1.0-beta.1",
"version": "2.1.0-beta.2",
"description": "The web component package for the sunbird questionset editor",
"main": "sunbird-questionset-editor.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion web-component/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web-component/sunbird-questionset-editor.js

Large diffs are not rendered by default.

0 comments on commit 29620d9

Please sign in to comment.