Merge pull request #2831 from matrix-org/travis/hidden-bing

Alert the user to unread notifications in prior versions of rooms
This commit is contained in:
Travis Ralston
2019-03-27 13:23:57 -06:00
committed by GitHub
4 changed files with 66 additions and 2 deletions
+7
View File
@@ -70,6 +70,13 @@ limitations under the License.
background-color: $primary-bg-color;
}
.mx_RoomView_auxPanel_hiddenHighlights {
border-bottom: 1px solid $primary-hairline-color;
padding: 10px 26px;
color: $warning-color;
cursor: pointer;
}
.mx_RoomView_auxPanel_apps {
max-width: 1920px ! important;
}