1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

added some scss to resolve the issue of dragging window using text selection (#3051)

Co-authored-by: dynwee <onwudiweokeke@gmail.com>
This commit is contained in:
cyprain-okeke
2022-07-20 20:20:15 +01:00
committed by GitHub
parent 8f6713debb
commit cadba40109

View File

@@ -57,6 +57,13 @@
border: none;
padding: 5px 10px 5px 30px;
border-radius: $border-radius;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-drag: none;
-webkit-app-region: no-drag;
cursor: default;
@include themify($themes) {
background-color: themed("headerInputBackgroundColor");