Skip to content

Commit

Permalink
#24243 fixed squash between hint icon and label (#24298)
Browse files Browse the repository at this point in the history
  • Loading branch information
zulqarnainvd committed Mar 8, 2023
1 parent 982a803 commit 335ddc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
10 changes: 0 additions & 10 deletions core-web/libs/dojo-theme/scss/backend/dot-admin/forms/_base.scss
Expand Up @@ -277,16 +277,6 @@ dd {
&Name {
@extend #label;

& > a {
position: absolute;
left: 0;
top: -2px;

& + span + span {
padding-left: 20px;
}
}

.hintIcon {
color: $text-color;
}
Expand Down
8 changes: 0 additions & 8 deletions dotCMS/src/main/webapp/html/css/dijit-dotcms/dotcms.css
Expand Up @@ -9698,14 +9698,6 @@ dd .buttonCaption {
margin-bottom: 24px;
position: relative;
}
.fieldName > a {
position: absolute;
left: 0;
top: -2px;
}
.fieldName > a + span + span {
padding-left: 20px;
}
.fieldName .hintIcon {
color: #161616;
}
Expand Down

0 comments on commit 335ddc3

Please sign in to comment.