Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Adjusted tile styles for small screens #1067

Merged
merged 1 commit into from
Sep 15, 2017
Merged

Conversation

Blackbaud-SteveBrush
Copy link
Member

No description provided.

@@ -18,7 +18,7 @@
}

:host /deep/ .sky-tile {
margin: 0;
margin-bottom: 0 !important;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm surprised by the !important. I would've anticipated the hierarchy and specificity to be enough.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it wasn't enough. Perhaps Angular/Webpack adjusted how /deep/ operates. I've seen this same issue with some Stache2 components.

@@ -33,6 +33,7 @@ Thumbs.db
/bower_components
npm-debug.log*
yarn.lock
package-lock.json

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not entirely clear to me looking at the PR in GitHub, is the package-lock.json completely removed? I would've expected removing the file and adding this line to .gitignore to be a two-commit process.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@Blackbaud-ToddRoberts Blackbaud-ToddRoberts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UI looks fine to me

@codecov-io
Copy link

Codecov Report

Merging #1067 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1067   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files         317     317           
  Lines        5976    5976           
  Branches      759     759           
======================================
  Hits         5976    5976

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 13d7653...efa1267. Read the comment docs.

@Blackbaud-SteveBrush Blackbaud-SteveBrush merged commit 658de23 into master Sep 15, 2017
@Blackbaud-SteveBrush Blackbaud-SteveBrush deleted the fix-tile-styles branch September 15, 2017 15:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants