Release 1.0.0-alpha.18

This commit is contained in:
codecalm
2020-12-16 13:03:40 +01:00
parent 7e2d096a46
commit f3be0c14d9
125 changed files with 478 additions and 599 deletions
+26 -7
View File
@@ -1,6 +1,6 @@
/*!
* Tabler v1.0.0-alpha.17 (https://tabler.io)
* @version 1.0.0-alpha.17
* Tabler v1.0.0-alpha.18 (https://tabler.io)
* @version 1.0.0-alpha.18
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -1319,8 +1319,8 @@ progress {
.table > :not(caption) > * > *, .markdown > table > :not(caption) > * > * {
padding: 0.5rem 0.5rem;
background-color: var(--tblr-table-bg);
background-image: linear-gradient(var(--tblr-table-accent-bg), var(--tblr-table-accent-bg));
border-bottom-width: 1px; }
border-bottom-width: 1px;
box-shadow: inset 0 0 0 9999px var(--tblr-table-accent-bg); }
.table > tbody, .markdown > table > tbody {
vertical-align: inherit; }
.table > thead, .markdown > table > thead {
@@ -2224,7 +2224,7 @@ textarea.form-control-lg {
border: 1px solid rgba(101, 109, 119, 0.16);
border-radius: 3px; }
.dropdown-menu[style] {
right: auto !important; }
right: auto/* rtl:ignore */ !important; }
.dropdown-menu-start {
--bs-position: start;
@@ -4283,7 +4283,7 @@ textarea.form-control-lg {
z-index: 1020; } }
.visually-hidden,
.visually-hidden-focusable:not(:focus) {
.visually-hidden-focusable:not(:focus):not(:focus-within) {
position: absolute !important;
width: 1px !important;
height: 1px !important;
@@ -9629,7 +9629,8 @@ Navbar vertical
right: 50%; }
.card {
box-shadow: rgba(35, 46, 60, 0.04) 0 2px 4px 0; }
box-shadow: rgba(35, 46, 60, 0.04) 0 2px 4px 0;
border: 1px solid rgba(101, 109, 119, 0.16); }
@media print {
.card {
border: none;
@@ -11065,6 +11066,24 @@ Dimmer
pointer-events: none;
opacity: .1; }
@-webkit-keyframes animated-dots {
0% {
transform: translateX(-100%); } }
@keyframes animated-dots {
0% {
transform: translateX(-100%); } }
.animated-dots {
display: inline-block;
overflow: hidden;
vertical-align: bottom; }
.animated-dots:after {
display: inline-block;
content: "...";
-webkit-animation: animated-dots 1.2s steps(4, jump-none) infinite;
animation: animated-dots 1.2s steps(4, jump-none) infinite; }
.modal-content .btn-close {
position: absolute;
top: 0;