fix flex bug in FF

This commit is contained in:
Felix Niklas 2015-06-10 11:41:36 +02:00
parent 770f1756f5
commit 7d8a58324e

View file

@ -62,6 +62,7 @@ blockquote {
display: flex; display: flex;
flex: 1; flex: 1;
min-width: $minWidth; min-width: $minWidth;
overflow: auto;
} }
.u-unclickable { .u-unclickable {
@ -807,7 +808,6 @@ textarea,
transition: none; transition: none;
box-shadow: none; box-shadow: none;
outline: none; outline: none;
-webkit-appearance: none;
appearance: none; appearance: none;
} }
@ -1723,7 +1723,6 @@ footer {
.tasks { .tasks {
background: #2c2d36; background: #2c2d36;
overflow: auto;
flex: 1; flex: 1;
} }
@ -1950,7 +1949,7 @@ footer {
visibility: visible; visibility: visible;
} }
.search input { .search input[type=search] {
width: 100%; width: 100%;
padding: 5px 33px 5px 33px; padding: 5px 33px 5px 33px;
height: 30px; height: 30px;
@ -1962,6 +1961,12 @@ footer {
border-radius: 15px; border-radius: 15px;
position: relative; position: relative;
z-index: 1; z-index: 1;
appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} }
.search .icon-magnifier { .search .icon-magnifier {
@ -2471,6 +2476,11 @@ footer {
overflow-y: scroll; overflow-y: scroll;
} }
.label {
height: 2000px;
display: block;
}
&.is-overflowing .popover-notificationsHeader { &.is-overflowing .popover-notificationsHeader {
box-shadow: box-shadow:
0 1px hsla(240,4%,95%,.5), 0 1px hsla(240,4%,95%,.5),