mirror of
https://github.com/stisla/stisla.git
synced 2025-08-31 20:02:00 +02:00
🎨 Remove property on selectgroup-input focus state
This commit is contained in:
@@ -314,7 +314,6 @@ select.form-control:not([size]):not([multiple]) {
|
|||||||
.selectgroup-button-icon i {
|
.selectgroup-button-icon i {
|
||||||
font-size: 14px; }
|
font-size: 14px; }
|
||||||
|
|
||||||
.selectgroup-input:focus + .selectgroup-button,
|
|
||||||
.selectgroup-input:checked + .selectgroup-button {
|
.selectgroup-input:checked + .selectgroup-button {
|
||||||
background-color: #6777ef;
|
background-color: #6777ef;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@@ -207,7 +207,6 @@ select.form-control:not([size]):not([multiple]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.selectgroup-input {
|
.selectgroup-input {
|
||||||
&:focus + .selectgroup-button,
|
|
||||||
&:checked + .selectgroup-button {
|
&:checked + .selectgroup-button {
|
||||||
background-color: color(primary);
|
background-color: color(primary);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
Reference in New Issue
Block a user