Skip to content

Commit

Permalink
8.0.0 merge to master (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Aug 12, 2019
1 parent af6e463 commit e2cb049
Show file tree
Hide file tree
Showing 316 changed files with 14,372 additions and 13,891 deletions.
30 changes: 30 additions & 0 deletions browser.json
Expand Up @@ -10,17 +10,21 @@
"./checkbox",
"./color",
"./combobox",
"./cta-button",
"./dialog",
"./details",
"./field",
"./icon/foreground",
"./label",
"./link",
"./listbox",
"./listbox-button",
"./marketsans",
"./menu",
"./menu-button",
"./notice",
"./pagination",
"./pill",
"./radio",
"./select",
"./spinner",
Expand Down Expand Up @@ -71,6 +75,11 @@
"to": "./dist/combobox/ds6/combobox.css",
"if-flag": "skin-ds6"
},
{
"from": "./dist/cta-button/ds4/cta-button.css",
"to": "./dist/cta-button/ds6/cta-button.css",
"if-flag": "skin-ds6"
},
{
"from": "./dist/details/ds4/details.css",
"to": "./dist/details/ds6/details.css",
Expand All @@ -81,6 +90,11 @@
"to": "./dist/dialog/ds6/dialog.css",
"if-flag": "skin-ds6"
},
{
"from": "./dist/expand-button/ds4/expand-button.css",
"to": "./dist/expand-button/ds6/expand-button.css",
"if-flag": "skin-ds6"
},
{
"from": "./dist/field/ds4/field.css",
"to": "./dist/field/ds6/field.css",
Expand All @@ -106,11 +120,22 @@
"to": "./dist/listbox/ds6/listbox.css",
"if-flag": "skin-ds6"
},
{
"from": "./dist/listbox-button/ds4/listbox-button.css",
"to": "./dist/listbox-button/ds6/listbox-button.css",
"if-flag": "skin-ds6"
},
{
"from": "./dist/menu/ds4/menu.css",
"to": "./dist/menu/ds6/menu.css",
"if-flag": "skin-ds6"
},
{
"from": "./dist/menu-button/ds4/menu-button.css",
"to": "./dist/menu-button/ds6/menu-button.css",
"if-flag": "skin-ds6"
},

{
"from": "./dist/notice/ds4/notice.css",
"to": "./dist/notice/ds6/notice.css",
Expand All @@ -121,6 +146,11 @@
"to": "./dist/pagination/ds6/pagination.css",
"if-flag": "skin-ds6"
},
{
"from": "./dist/pill/ds4/pill.css",
"to": "./dist/pill/ds6/pill.css",
"if-flag": "skin-ds6"
},
{
"from": "./dist/radio/ds4/radio.css",
"to": "./dist/radio/ds6/radio.css",
Expand Down
5 changes: 5 additions & 0 deletions cta-button.browser.json
@@ -0,0 +1,5 @@
{
"dependencies": [
"./dist/cta-button/ds4/cta-button.css"
]
}
1 change: 1 addition & 0 deletions cta-button.less
@@ -0,0 +1 @@
@import "./dist/cta-button/ds4/cta-button.css";
1 change: 1 addition & 0 deletions cta-button[skin-ds6].less
@@ -0,0 +1 @@
@import "./dist/cta-button/ds6/cta-button.css";
6 changes: 3 additions & 3 deletions dist/actionable/ds6/actionable.css
Expand Up @@ -66,13 +66,13 @@ a.icon-link--badged .badge {
}
a.img-link[href]:hover,
a.img-link[href]:focus {
border-color: #8a8a8a;
border-color: #767676;
}
a.img-link[href]:active {
border-color: #767676;
}
a.img-link--visit:visited {
background-color: #ebebeb;
background-color: #e5e5e5;
}
a.img-link,
button.img-btn {
Expand All @@ -86,7 +86,7 @@ button.img-btn {
}
button.img-btn:not([disabled]):hover,
button.img-btn:not([disabled]):focus {
border-color: #8a8a8a;
border-color: #767676;
}
button.img-btn:not([disabled]):active {
border-color: #767676;
Expand Down
2 changes: 1 addition & 1 deletion dist/breadcrumb/ds6/breadcrumb.css
Expand Up @@ -42,7 +42,7 @@
}
.breadcrumb a[aria-current],
.breadcrumb button[aria-current] {
color: #6e6e6e;
color: #767676;
}
@media screen and (-ms-high-contrast: white-on-black) {
.breadcrumb li:not(:last-of-type)::after {
Expand Down

0 comments on commit e2cb049

Please sign in to comment.