mirror of
https://github.com/tabler/tabler.git
synced 2026-06-17 12:50:03 +04:00
btn-close fix
This commit is contained in:
@@ -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>
|
||||
+1
-1
@@ -60,7 +60,7 @@
|
||||
|
||||
.markdown,
|
||||
.markdown>*,
|
||||
.close {
|
||||
.btn-close {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.close {
|
||||
.btn-close {
|
||||
&:focus {
|
||||
outline: none;
|
||||
color: $dark;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.modal-content {
|
||||
.close {
|
||||
.btn-close {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
|
||||
Reference in New Issue
Block a user