fix transition and shadow
This commit is contained in:
parent
f417d634e7
commit
5fababa870
@ -39,11 +39,12 @@
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@include material-transition;
|
||||
color: $icon-button-hover-color;
|
||||
background-color: $icon-bg-hover-color;
|
||||
}
|
||||
|
||||
&:focus { transition: none }
|
||||
&:focus { background-color: transparent }
|
||||
}
|
||||
|
||||
// Checkbox with label
|
||||
|
@ -39,11 +39,12 @@
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@include material-transition;
|
||||
color: $icon-button-hover-color;
|
||||
background-color: $icon-bg-hover-color;
|
||||
}
|
||||
|
||||
&:focus { transition: none }
|
||||
&:focus { background-color: transparent }
|
||||
}
|
||||
|
||||
// Checkbox with label
|
||||
|
@ -39,11 +39,12 @@
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@include material-transition;
|
||||
color: $icon-button-hover-color;
|
||||
background-color: $icon-bg-hover-color;
|
||||
}
|
||||
|
||||
&:focus { transition: none }
|
||||
&:focus { background-color: transparent }
|
||||
}
|
||||
|
||||
// Checkbox with label
|
||||
|
@ -39,11 +39,12 @@
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@include material-transition;
|
||||
color: $icon-button-hover-color;
|
||||
background-color: $icon-bg-hover-color;
|
||||
}
|
||||
|
||||
&:focus { transition: none }
|
||||
&:focus { background-color: transparent }
|
||||
}
|
||||
|
||||
// Checkbox with label
|
||||
|
@ -39,11 +39,12 @@
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@include material-transition;
|
||||
color: $icon-button-hover-color;
|
||||
background-color: $icon-bg-hover-color;
|
||||
}
|
||||
|
||||
&:focus { transition: none }
|
||||
&:focus { background-color: transparent }
|
||||
}
|
||||
|
||||
// Checkbox with label
|
||||
|
@ -39,11 +39,12 @@
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@include material-transition;
|
||||
color: $icon-button-hover-color;
|
||||
background-color: $icon-bg-hover-color;
|
||||
}
|
||||
|
||||
&:focus { transition: none }
|
||||
&:focus { background-color: transparent }
|
||||
}
|
||||
|
||||
// Checkbox with label
|
||||
|
Loading…
Reference in New Issue
Block a user