Skip to content

Commit

Permalink
Merge pull request #31 from JetBrains/dependencies.io-update-build-51…
Browse files Browse the repository at this point in the history
….0.0

Update 23 dependencies from npm
  • Loading branch information
Hypnosphi committed Dec 5, 2017
2 parents 4778c07 + 0ead2d8 commit 57bfbeb
Show file tree
Hide file tree
Showing 33 changed files with 1,889 additions and 278 deletions.
2 changes: 1 addition & 1 deletion .idea/runConfigurations/Gemini_gather.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions components/table/table.css
Expand Up @@ -42,11 +42,11 @@
padding-right: calc(unit * 4);
}

&:nth-child(1) {
&:first-child {
min-width: 297px;
}

&:nth-child(1):only-child {
&:first-child:only-child {
width: initial;
max-width: none;
}
Expand Down Expand Up @@ -172,6 +172,7 @@
border-top-style: none;
}

/* stylelint-disable-next-line selector-max-specificity */
&.rowSelected:not(.rowFocused) + .rowSelected:not(.rowFocused) .cell {
border-top-color: dirty-blue-color;
}
Expand Down Expand Up @@ -215,12 +216,12 @@
padding-right: calc(unit * 4);
}

&:nth-child(1) {
&:first-child {
min-width: 297px;
max-width: 617px;
}

&:nth-child(1):only-child {
&:first-child:only-child {
width: initial;
max-width: none;
}
Expand Down

0 comments on commit 57bfbeb

Please sign in to comment.