mirror of
https://github.com/tabler/tabler.git
synced 2026-01-08 13:40:09 +04:00
bootstrap upgrade
This commit is contained in:
@@ -79,7 +79,7 @@ Color Input
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
content: "";
|
||||
background: $custom-checkbox-indicator-icon-checked no-repeat center center/50% 50%;
|
||||
background: $form-switch-checked-bg-image no-repeat center center/50% 50%;
|
||||
opacity: 0;
|
||||
transition: .3s opacity;
|
||||
|
||||
@@ -241,7 +241,7 @@ Image check
|
||||
pointer-events: none;
|
||||
content: "";
|
||||
user-select: none;
|
||||
background: $primary $custom-checkbox-indicator-icon-checked no-repeat center center/50% 50%;
|
||||
background: $primary $form-switch-checked-bg-image no-repeat center center/50% 50%;
|
||||
border-radius: 3px;
|
||||
opacity: 0;
|
||||
transition: .3s opacity;
|
||||
|
||||
Reference in New Issue
Block a user