1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

make list item texts unselectable (#315)

This commit is contained in:
Máté Farkas
2019-10-01 21:55:03 +02:00
committed by Kyle Spearrin
parent 92c2c48d5e
commit a891bd71f8

View File

@@ -5,6 +5,7 @@
padding: 3px 10px; padding: 3px 10px;
text-decoration: none; text-decoration: none;
position: relative; position: relative;
user-select: none;
z-index: 1; z-index: 1;
@include themify($themes) { @include themify($themes) {