Remove unused button-style mixins.

This commit is contained in:
Gan Eng Chin 2023-03-29 19:06:40 +08:00
parent b51d32e6b7
commit 34bd123448
No known key found for this signature in database
GPG Key ID: 94D5D972860ADB01
1 changed files with 0 additions and 14 deletions

View File

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