1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00

[WO-348] Fix cursor over scrollbar

This commit is contained in:
Tankred Hase 2014-05-07 21:44:02 +02:00
parent 5cb79330d0
commit f903fb2291
3 changed files with 1 additions and 3 deletions

View File

@ -49,7 +49,6 @@ textarea {
background: $color-grey-lighter;
border: 3px solid transparent;
background-clip: content-box;
cursor: pointer !important;
&:hover {
background-color: $color-blue;
}

View File

@ -91,7 +91,6 @@
flex-grow: 1;
position: relative;
margin-top: 1.75em;
cursor: text;
line-height: 1.5em;
overflow-y: scroll;
user-select: text;
@ -109,6 +108,7 @@
}
.line {
cursor: text;
word-wrap: break-word;
a {

View File

@ -140,7 +140,6 @@
.body {
flex-grow: 1;
line-height: 1.5em;
cursor: text;
overflow-y: scroll;
*[contentEditable] {