Skip to content

Commit

Permalink
Merge branch 'master' into fixTagElipses
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Dec 5, 2019
2 parents 1603d9e + c41ff2a commit 8e98b8e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-generated-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
release:
runs-on: macOS-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -17187,7 +17187,7 @@ Link styles
@include focus-outline;
}

&:not([href]) {
&:not([href]):not(button) {
color: $disabled-02;
cursor: not-allowed;
pointer-events: none;
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/components/link/_link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
@include focus-outline;
}

&:not([href]) {
&:not([href]):not(button) {
color: $disabled-02;
cursor: not-allowed;
pointer-events: none;
Expand Down
2 changes: 1 addition & 1 deletion packages/pictograms/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ categories:
- beijing--municipal
- beijing--tower
- berlin--brandenburg--gate
- berlin--brandenburg #DEPRECATED: use berlin--brandenberg--gate instead
- berlin--brandenburg #DEPRECATED: use berlin--brandenburg--gate instead
- berlin--cathedral
- berlin--tower
- copenhagen--planetarium
Expand Down
6 changes: 3 additions & 3 deletions packages/pictograms/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,12 @@ icons:
- berlin
variants:
- name: berlin--brandenburg--gate
friendly_name: Berlin brandenberg gate
friendly_name: Berlin brandenburg gate
usage: This is a description for usage
categories:
- name: Cities
- name: berlin--brandenburg # DEPRECATED: use berlin--brandenberg--gate instead
friendly_name: Berlin brandenberg
- name: berlin--brandenburg # DEPRECATED: use berlin--brandenburg--gate instead
friendly_name: Berlin brandenburg
usage: This is a description for usage
categories:
- name: Cities
Expand Down
6 changes: 3 additions & 3 deletions packages/pictograms/svg/berlin--brandenburg--gate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/pictograms/svg/berlin--brandenburg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8e98b8e

Please sign in to comment.