1
0
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:
Muhammad Dicky Hidayat Latif
2019-12-13 05:54:13 +08:00
parent 096e834c00
commit cfb6d21187
2 changed files with 0 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;