Remove unused button-style mixins.
This commit is contained in:
parent
b51d32e6b7
commit
34bd123448
|
@ -102,20 +102,6 @@
|
|||
cursor: default;
|
||||
}
|
||||
|
||||
@mixin button-style__hover {
|
||||
background-color: $studio-white;
|
||||
color: $gray-900;
|
||||
box-shadow: inset 0 0 0 1px $gray-400, inset 0 0 0 2px $studio-white,
|
||||
0 1px 1px rgba( $gray-900, 0.2 );
|
||||
}
|
||||
|
||||
@mixin button-style__active() {
|
||||
outline: none;
|
||||
background-color: $studio-white;
|
||||
color: $gray-900;
|
||||
box-shadow: inset 0 0 0 1px $gray-400, inset 0 0 0 2px $studio-white;
|
||||
}
|
||||
|
||||
@mixin button-style__focus-active() {
|
||||
background-color: $studio-white;
|
||||
color: $gray-900;
|
||||
|
|
Loading…
Reference in New Issue