mirror of
https://github.com/stisla/stisla.git
synced 2025-08-31 03:50:11 +02:00
Merge pull request #111 from muhammaddicky/development
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 {
|
||||
font-size: 14px; }
|
||||
|
||||
.selectgroup-input:focus + .selectgroup-button,
|
||||
.selectgroup-input:checked + .selectgroup-button {
|
||||
background-color: #6777ef;
|
||||
color: #fff;
|
||||
|
@@ -207,7 +207,6 @@ select.form-control:not([size]):not([multiple]) {
|
||||
}
|
||||
|
||||
.selectgroup-input {
|
||||
&:focus + .selectgroup-button,
|
||||
&:checked + .selectgroup-button {
|
||||
background-color: color(primary);
|
||||
color: #fff;
|
||||
|
Reference in New Issue
Block a user