FIX: adds support for selection-indicator

This commit is contained in:
Joffrey JAFFEUX 2018-01-15 14:37:18 +01:00 committed by GitHub
parent 9122d828e8
commit b3465b4779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 4 deletions

View File

@ -1 +1,5 @@
{{period-title value showDateRange=true}}
<span class="selection-indicator"></span>
<span class="period-title">
{{period-title value showDateRange=true}}
</span>

View File

@ -49,6 +49,12 @@
padding: 5px;
color: #222;
font-size: $font-up-1;
align-items: center;
display: flex;
.period-title {
flex: 1;
}
.top-date-string {
font-weight: normal;

View File

@ -95,9 +95,9 @@
.selected-name {
text-align: left;
-webkit-box-flex: 10;
-ms-flex: 10;
flex: 10;
-webkit-box-flex: 1 100%;
-ms-flex: 1 100%;
flex: 1 100%;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;