Skip to content

Commit

Permalink
btn-close fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Oct 29, 2020
1 parent e99982d commit 32f8e8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/pages/_includes/ui/modal/close.html
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
<button type="button" class="btn-close" data-dismiss="modal" aria-label="Close">
{% include ui/icon.html icon="x" %}
</button>
<button type="button" class="btn-close" data-dismiss="modal" aria-label="Close"></button>
2 changes: 1 addition & 1 deletion src/scss/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

.markdown,
.markdown>*,
.close {
.btn-close {
color: inherit;
}

Expand Down
2 changes: 1 addition & 1 deletion src/scss/ui/_close.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.close {
.btn-close {
&:focus {
outline: none;
color: $dark;
Expand Down
2 changes: 1 addition & 1 deletion src/scss/ui/_modals.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.modal-content {
.close {
.btn-close {
position: absolute;
top: 0;
right: 0;
Expand Down

0 comments on commit 32f8e8b

Please sign in to comment.