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:
@@ -53,7 +53,7 @@
|
||||
}
|
||||
|
||||
.debug a[data-debug]:after {
|
||||
content: '';
|
||||
content: "";
|
||||
margin: 0 0 1px .25rem;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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%;
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
position: relative;
|
||||
|
||||
&:after {
|
||||
content: '';
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
@@ -173,7 +173,7 @@
|
||||
}
|
||||
|
||||
&:after {
|
||||
content: '';
|
||||
content: "";
|
||||
display: inline-block;
|
||||
vertical-align: text-bottom;
|
||||
border: $spinner-border-width var(--#{$prefix}border-style) currentColor;
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
}
|
||||
|
||||
&:before {
|
||||
content: '';
|
||||
content: "";
|
||||
padding-top: var(--#{$prefix}aspect-ratio, 100%);
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
|
||||
.status-dot-animated {
|
||||
&:before {
|
||||
content: '';
|
||||
content: "";
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
z-index: 0;
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
&:after,
|
||||
&.asc:after,
|
||||
&.desc:after {
|
||||
content: '';
|
||||
content: "";
|
||||
display: inline-flex;
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
height: auto;
|
||||
|
||||
&:before {
|
||||
content: '';
|
||||
content: "";
|
||||
display: block;
|
||||
padding-top: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user