1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

form-imagecheck fix

This commit is contained in:
codecalm
2022-10-18 22:03:40 +02:00
parent 0be63b820b
commit 1c813dba18
9 changed files with 11 additions and 12 deletions

View File

@@ -53,7 +53,7 @@
}
.debug a[data-debug]:after {
content: '';
content: "";
margin: 0 0 1px .25rem;
width: 6px;
height: 6px;

View File

@@ -97,8 +97,7 @@ body:not(.theme-dark) .hide-theme-light {
.form-select,
.form-file-text,
.form-control,
.form-selectgroup-check,
.form-imagecheck-figure:before {
.form-selectgroup-check {
background-color: $dark-mode-darken;
color: $dark-mode-text;
border-color: $dark-mode-border-color;

View File

@@ -224,7 +224,7 @@ Navbar
position: relative;
&:after {
content: '';
content: "";
position: absolute;
left: 0;
right: 0;
@@ -301,7 +301,7 @@ Navbar toggler
&:before,
&:after {
content: '';
content: "";
display: block;
height: inherit;
width: inherit;
@@ -457,7 +457,7 @@ Navbar vertical
.navbar-overlap {
&:after {
content: '';
content: "";
height: $navbar-overlap-height;
position: absolute;
top: 100%;

View File

@@ -61,7 +61,7 @@
position: relative;
&:after {
content: '';
content: "";
position: absolute;
top: 0;
left: 0;

View File

@@ -173,7 +173,7 @@
}
&:after {
content: '';
content: "";
display: inline-block;
vertical-align: text-bottom;
border: $spinner-border-width var(--#{$prefix}border-style) currentColor;

View File

@@ -44,7 +44,7 @@
}
&:before {
content: '';
content: "";
padding-top: var(--#{$prefix}aspect-ratio, 100%);
display: block;
}

View File

@@ -97,7 +97,7 @@
.status-dot-animated {
&:before {
content: '';
content: "";
position: absolute;
inset: 0;
z-index: 0;

View File

@@ -138,7 +138,7 @@
&:after,
&.asc:after,
&.desc:after {
content: '';
content: "";
display: inline-flex;
width: 1rem;
height: 1rem;

View File

@@ -13,7 +13,7 @@
height: auto;
&:before {
content: '';
content: "";
display: block;
padding-top: 100%;
}