mirror of
https://github.com/tabler/tabler.git
synced 2026-08-24 11:54:23 +04:00
form elements fixes
This commit is contained in:
@@ -161,25 +161,20 @@ Selectgroup
|
||||
min-width: $input-height;
|
||||
padding: $input-btn-padding-y 1rem;
|
||||
font-size: $font-size-base;
|
||||
line-height: 1.5rem;
|
||||
line-height: $input-line-height;
|
||||
color: $text-muted;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
border: 1px solid $input-border-color;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.selectgroup-button-icon {
|
||||
padding-right: .5rem;
|
||||
padding-left: .5rem;
|
||||
font-size: 1rem;
|
||||
background: rgba(#fff, .064);
|
||||
}
|
||||
|
||||
.selectgroup-input:checked + .selectgroup-button {
|
||||
z-index: 1;
|
||||
color: $primary;
|
||||
background: mix(#fff, $primary, 90%);
|
||||
background: rgba($primary, .08);
|
||||
border-color: $primary;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user