Skip to content

Commit

Permalink
Merge branch 'master' into 2438-generate-sketch-library
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored May 28, 2019
2 parents 7f683ac + aa47b4b commit 61ed5e4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
@include focus-outline('outline');
}

&:hover {
background-color: $hover-field;
}

&:disabled {
cursor: not-allowed;
background-color: $disabled-background-color;
Expand Down
8 changes: 0 additions & 8 deletions packages/components/src/components/search/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@
outline $duration--fast-02 motion(standard, productive);
border-bottom: 1px solid $ui-04;

&:hover {
background-color: $hover-field;
}

&:focus {
@include focus-outline('outline');
}
Expand Down Expand Up @@ -178,10 +174,6 @@
}
}

.#{$prefix}--search-input:hover ~ .#{$prefix}--search-close::before {
background-color: $hover-field;
}

.#{$prefix}--search-input:focus ~ .#{$prefix}--search-close:hover {
@include focus-outline('outline');
}
Expand Down
4 changes: 0 additions & 4 deletions packages/components/src/components/slider/_slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@
&::-webkit-inner-spin-button {
display: none;
}

&:hover {
background-color: $hover-field;
}
}

.#{$prefix}--slider__thumb:focus ~ .#{$prefix}--slider__filled-track {
Expand Down
4 changes: 0 additions & 4 deletions packages/components/src/components/text-area/_text-area.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@
}
}

.#{$prefix}--text-area:hover {
background-color: $hover-field;
}

.#{$prefix}--text-area:focus,
.#{$prefix}--text-area:active {
@include focus-outline('outline');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
transition: background-color $duration--fast-01 motion(standard, productive),
outline $duration--fast-01 motion(standard, productive);

&:hover {
background-color: $hover-field;
}

&:focus,
&:active {
@include focus-outline('outline');
Expand Down

0 comments on commit 61ed5e4

Please sign in to comment.