Remove obviously questionable color choices
This commit is contained in:
parent
434f6ea4d4
commit
f347019cf8
2 changed files with 1 additions and 2 deletions
|
@ -18,5 +18,4 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomList2 .mx_RoomSubList_labelContainer {
|
.mx_RoomList2 .mx_RoomSubList_labelContainer {
|
||||||
z-index: 12;
|
z-index: 12;
|
||||||
background-color: purple;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -247,7 +247,7 @@ export default class RoomSublist2 extends React.Component<IProps, IState> {
|
||||||
visibleTiles.splice(visibleTiles.length - 1, 1, (
|
visibleTiles.splice(visibleTiles.length - 1, 1, (
|
||||||
<div
|
<div
|
||||||
onClick={this.onShowAllClick}
|
onClick={this.onShowAllClick}
|
||||||
style={{height: '34px', lineHeight: '34px', backgroundColor: 'green', cursor: 'pointer'}}
|
style={{height: '34px', lineHeight: '34px', cursor: 'pointer'}}
|
||||||
key='showall'
|
key='showall'
|
||||||
>
|
>
|
||||||
{_t("Show %(n)s more rooms", {n: numMissing})}
|
{_t("Show %(n)s more rooms", {n: numMissing})}
|
||||||
|
|
Loading…
Reference in a new issue