Skip to content

Commit

Permalink
Fixed the header arrow not matching the proper top color
Browse files Browse the repository at this point in the history
  • Loading branch information
Lance Gliser authored and RobbieTheWagner committed Jul 2, 2018
1 parent a69b251 commit b5c21ed
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node_modules/
bower_components/
.DS_Store
.idea
2 changes: 1 addition & 1 deletion dist/css/shepherd-theme-arrows-plain-buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
border-right-color: #fff;
border-left: 0; }

.shepherd-theme-arrows-plain-buttons[x-placement^="top"].shepherd-has-title .popper__arrow {
.shepherd-theme-arrows-plain-buttons[x-placement^="bottom"].shepherd-has-title .popper__arrow {
border-bottom-color: #eee; }

.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/shepherd-theme-arrows.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
border-right-color: #fff;
border-left: 0; }

.shepherd-theme-arrows[x-placement^="top"].shepherd-has-title .popper__arrow {
.shepherd-theme-arrows[x-placement^="bottom"].shepherd-has-title .popper__arrow {
border-bottom-color: #eee; }

.shepherd-theme-arrows.shepherd-has-title .shepherd-content header {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/shepherd-theme-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
z-index: 9999;
max-width: 24em;
font-size: 1em; }
.shepherd-theme-dark[x-placement^="top"].shepherd-has-title .popper__arrow {
.shepherd-theme-dark[x-placement^="bottom"].shepherd-has-title .popper__arrow {
border-bottom-color: #303030; }
.shepherd-theme-dark.shepherd-has-title .shepherd-content header {
background: #303030;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/shepherd-theme-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
z-index: 9999;
max-width: 24em;
font-size: 1em; }
.shepherd-theme-default[x-placement^="top"].shepherd-has-title .popper__arrow {
.shepherd-theme-default[x-placement^="bottom"].shepherd-has-title .popper__arrow {
border-bottom-color: #e6e6e6; }
.shepherd-theme-default.shepherd-has-title .shepherd-content header {
background: #e6e6e6;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/shepherd-theme-square-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
z-index: 9999;
max-width: 24em;
font-size: 1em; }
.shepherd-theme-square-dark[x-placement^="top"].shepherd-has-title .popper__arrow {
.shepherd-theme-square-dark[x-placement^="bottom"].shepherd-has-title .popper__arrow {
border-bottom-color: #303030; }
.shepherd-theme-square-dark.shepherd-has-title .shepherd-content header {
background: #303030;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/shepherd-theme-square.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
z-index: 9999;
max-width: 24em;
font-size: 1em; }
.shepherd-theme-square[x-placement^="top"].shepherd-has-title .popper__arrow {
.shepherd-theme-square[x-placement^="bottom"].shepherd-has-title .popper__arrow {
border-bottom-color: #e6e6e6; }
.shepherd-theme-square.shepherd-has-title .shepherd-content header {
background: #e6e6e6;
Expand Down
2 changes: 1 addition & 1 deletion src/css/shepherd-theme-arrows-plain-buttons.sass
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $headerBackgroundColor: #eee

// Make the arrow 5color the same as the header color when the arrow is on the top
&[x-placement^="top"]
&[x-placement^="bottom"]
&.#{ $themePrefix }-has-title
.popper__arrow
border-bottom-color: $headerBackgroundColor
Expand Down
2 changes: 1 addition & 1 deletion src/css/shepherd-theme-arrows.sass
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $headerBackgroundColor: #eee

// Make the arrow color the same as the header color when the arrow is on the top
&[x-placement^="top"]
&[x-placement^="bottom"]
&.#{ $themePrefix }-has-title
.popper__arrow
border-bottom-color: $headerBackgroundColor
Expand Down
2 changes: 1 addition & 1 deletion src/css/shepherd-theme-dark.sass
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $maxWidth: 24em

// Make the arrow 5color the same as the header color when the arrow is on the top
&[x-placement^="top"]
&[x-placement^="bottom"]
&.#{ $themePrefix }-has-title
.popper__arrow
border-bottom-color: $headerBackgroundColor
Expand Down
2 changes: 1 addition & 1 deletion src/css/shepherd-theme-default.sass
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $maxWidth: 24em

// Make the arrow 5color the same as the header color when the arrow is on the top
&[x-placement^="top"]
&[x-placement^="bottom"]
&.#{ $themePrefix }-has-title
.popper__arrow
border-bottom-color: $headerBackgroundColor
Expand Down
2 changes: 1 addition & 1 deletion src/css/shepherd-theme-square-dark.sass
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $maxWidth: 24em

// Make the arrow 5color the same as the header color when the arrow is on the top
&[x-placement^="top"]
&[x-placement^="bottom"]
&.#{ $themePrefix }-has-title
.popper__arrow
border-bottom-color: $headerBackgroundColor
Expand Down
2 changes: 1 addition & 1 deletion src/css/shepherd-theme-square.sass
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $maxWidth: 24em

// Make the arrow 5color the same as the header color when the arrow is on the top
&[x-placement^="top"]
&[x-placement^="bottom"]
&.#{ $themePrefix }-has-title
.popper__arrow
border-bottom-color: $headerBackgroundColor
Expand Down

0 comments on commit b5c21ed

Please sign in to comment.