mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 07:38:01 +08:00
FIX: adds support for selection-indicator
This commit is contained in:
parent
9122d828e8
commit
b3465b4779
|
@ -1 +1,5 @@
|
|||
{{period-title value showDateRange=true}}
|
||||
<span class="selection-indicator"></span>
|
||||
|
||||
<span class="period-title">
|
||||
{{period-title value showDateRange=true}}
|
||||
</span>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user