Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 2273b11

Browse files
committed
css changes, tests updated
1 parent 3303352 commit 2273b11

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

src/lib/eccentric.css

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/eccentric.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/eccentric.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ button:hover {
133133
// These are Secondary Buttons
134134

135135
// Secondary Info button
136-
.et-button-info-secondary{
136+
.et-button-secondary{
137137
background-color: var(--et-white);
138138
border: 2px solid var(--et-blue-primary);
139139
color: var(--et-blue-primary);

src/tests/__buttons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<button class="et-button-disabled-secondary">deactivated</button>
1717

1818

19-
<button class="et-button-info-secondary">Button</button>
19+
<button class="et-button-secondary">Button</button>
2020
<button class="et-button-alert-secondary">Button</button>
2121
<button class="et-button-warning-secondary">Button</button>
2222
<button class="et-button-success-secondary">Button</button>

src/tests/auto/__BUTTON_TESTS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ __BUTTON__TESTS = [
2828
"classname": "et-button-disabled-secondary"
2929
},
3030
{
31-
"classname": "et-button-info-secondary"
31+
"classname": "et-button-secondary"
3232
},
3333
{
3434
"classname": "et-button-alert-secondary"

0 commit comments

Comments
 (0)