mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 14:34:37 +04:00
imagecheck safari bug
This commit is contained in:
@@ -15,7 +15,7 @@ Image check
|
||||
|
||||
.form-imagecheck-figure {
|
||||
position: relative;
|
||||
display: flex;
|
||||
display: block;
|
||||
margin: 0;
|
||||
user-select: none;
|
||||
border: 1px solid $border-color;
|
||||
@@ -60,6 +60,7 @@ Image check
|
||||
|
||||
.form-imagecheck-image {
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
opacity: .64;
|
||||
transition: .3s opacity;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user