Skip to content

Commit

Permalink
fix: selected value not obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyhom committed Aug 26, 2022
1 parent 04700bc commit 8820a49
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions src/style/mobile-select.less
Original file line number Diff line number Diff line change
Expand Up @@ -140,25 +140,14 @@
top: 0;
width: 100%;
height: 200px;
background: -webkit-gradient(
linear,
left top,
left bottom,
from(#ffffff),
color-stop(rgba(255, 255, 255, 0)),
to(#ffffff)
);
background: -webkit-linear-gradient(
top,
#ffffff,
rgba(255, 255, 255, 0),
#ffffff
);
background: linear-gradient(
to bottom,
#ffffff,
rgba(255, 255, 255, 0),
#ffffff
#fffffff5,
#ffffffcc 25%,
#ffffff00 49%,
#ffffff00 51%,
#ffffffcc 75%,
#fffffff5
);
opacity: 0.9;
pointer-events: none;
Expand Down

0 comments on commit 8820a49

Please sign in to comment.