Skip to content
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

MWPW-157037: Removed hidden overflow for logo #824

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion acrobat/blocks/nonprofit/nonprofit.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
.np-step-separator {
width: 12px;
height: 12px;
background: url(./icons/chevron-right.svg) no-repeat;

Check failure on line 81 in acrobat/blocks/nonprofit/nonprofit.css

View workflow job for this annotation

GitHub Actions / runner / stylelint (18.x)

[stylelint] reported by reviewdog 🐶 Expected quotes around "url" function argument Raw Output: message:"Expected quotes around \"url\" function argument" location:{path:"/home/runner/work/dc/dc/acrobat/blocks/nonprofit/nonprofit.css" range:{start:{line:81 column:19}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"function-url-quotes"}
background-position: top 2px left 3px;
}

Expand Down Expand Up @@ -176,7 +176,7 @@
color: transparent;
user-select: none;
position: relative;
background: url(./icons/upload.svg) no-repeat;

Check failure on line 179 in acrobat/blocks/nonprofit/nonprofit.css

View workflow job for this annotation

GitHub Actions / runner / stylelint (18.x)

[stylelint] reported by reviewdog 🐶 Expected quotes around "url" function argument Raw Output: message:"Expected quotes around \"url\" function argument" location:{path:"/home/runner/work/dc/dc/acrobat/blocks/nonprofit/nonprofit.css" range:{start:{line:179 column:19}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"function-url-quotes"}
background-size: 20px;
background-position: right 10px bottom 10px;
cursor: pointer;
Expand All @@ -190,7 +190,7 @@
display: none;
}

.np-input[type='file']::after {

Check failure on line 193 in acrobat/blocks/nonprofit/nonprofit.css

View workflow job for this annotation

GitHub Actions / runner / stylelint (18.x)

[stylelint] reported by reviewdog 🐶 Expected selector ".np-input[type='file']::after" to come before selector ".np-input[type='file']:valid::after" Raw Output: message:"Expected selector \".np-input[type='file']::after\" to come before selector \".np-input[type='file']:valid::after\"" location:{path:"/home/runner/work/dc/dc/acrobat/blocks/nonprofit/nonprofit.css" range:{start:{line:193 column:1}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"no-descending-specificity"}
content: attr(data-placeholder);
position: absolute;
left: 15px;
Expand Down Expand Up @@ -342,7 +342,6 @@
justify-content: center;
align-items: center;
flex-shrink: 0;
overflow: hidden;
}

.np-selected-organization-avatar.loading {
Expand All @@ -361,11 +360,11 @@
display: none;
}

.np-selected-organization-logo {

Check failure on line 363 in acrobat/blocks/nonprofit/nonprofit.css

View workflow job for this annotation

GitHub Actions / runner / stylelint (18.x)

[stylelint] reported by reviewdog 🐶 Expected selector ".np-selected-organization-logo" to come before selector ".np-selected-organization-avatar.fallback .np-selected-organization-logo" Raw Output: message:"Expected selector \".np-selected-organization-logo\" to come before selector \".np-selected-organization-avatar.fallback .np-selected-organization-logo\"" location:{path:"/home/runner/work/dc/dc/acrobat/blocks/nonprofit/nonprofit.css" range:{start:{line:363 column:1}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"no-descending-specificity"}
object-fit: contain;
}

.np-selected-organization-initials {

Check failure on line 367 in acrobat/blocks/nonprofit/nonprofit.css

View workflow job for this annotation

GitHub Actions / runner / stylelint (18.x)

[stylelint] reported by reviewdog 🐶 Expected selector ".np-selected-organization-initials" to come before selector ".np-selected-organization-avatar:not(.fallback) .np-selected-organization-initials" Raw Output: message:"Expected selector \".np-selected-organization-initials\" to come before selector \".np-selected-organization-avatar:not(.fallback) .np-selected-organization-initials\"" location:{path:"/home/runner/work/dc/dc/acrobat/blocks/nonprofit/nonprofit.css" range:{start:{line:367 column:1}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"no-descending-specificity"}
color: var(--color-white);
font-size: 18px;
font-weight: 700;
Expand All @@ -392,7 +391,7 @@
color: var(--color-gray-600);
}

.np-button {

Check failure on line 394 in acrobat/blocks/nonprofit/nonprofit.css

View workflow job for this annotation

GitHub Actions / runner / stylelint (18.x)

[stylelint] reported by reviewdog 🐶 Expected selector ".np-button" to come before selector ".np-form .np-button" Raw Output: message:"Expected selector \".np-button\" to come before selector \".np-form .np-button\"" location:{path:"/home/runner/work/dc/dc/acrobat/blocks/nonprofit/nonprofit.css" range:{start:{line:394 column:1}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"no-descending-specificity"}
background-color: var(--link-color);
color: var(--color-white);
font-weight: 700;
Expand Down Expand Up @@ -469,7 +468,7 @@
.np-controller-title {
font-weight: 700;
font-size: 16px;
color: var(--feds-color-adobeBrand);

Check failure on line 471 in acrobat/blocks/nonprofit/nonprofit.css

View workflow job for this annotation

GitHub Actions / runner / stylelint (18.x)

[stylelint] reported by reviewdog 🐶 Expected custom property name to be kebab-case Raw Output: message:"Expected custom property name to be kebab-case" location:{path:"/home/runner/work/dc/dc/acrobat/blocks/nonprofit/nonprofit.css" range:{start:{line:471 column:10}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"custom-property-pattern"}
}

.np-controller-section {
Expand All @@ -481,7 +480,7 @@
}
}

.np-controller-button {

Check failure on line 483 in acrobat/blocks/nonprofit/nonprofit.css

View workflow job for this annotation

GitHub Actions / runner / stylelint (18.x)

[stylelint] reported by reviewdog 🐶 Expected selector ".np-controller-button" to come before selector ".np-controller-section .np-controller-button:last-child" Raw Output: message:"Expected selector \".np-controller-button\" to come before selector \".np-controller-section .np-controller-button:last-child\"" location:{path:"/home/runner/work/dc/dc/acrobat/blocks/nonprofit/nonprofit.css" range:{start:{line:483 column:1}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"no-descending-specificity"}
border: 2px solid var(--link-color);
background-color: var(--color-white);
color: var(--link-color);
Expand Down
Loading