Skip to content

Commit 0cdb500

Browse files
committed
fix(color): make desktop selection beautiful
1 parent 8a1ad1d commit 0cdb500

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/css/colors.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@
2727
}
2828
}
2929

30+
*::selection {
31+
background: var(--ion-color-shade, rgba(0,0,0,0.3));
32+
}

0 commit comments

Comments
 (0)