From ff13782ab53bd73560c5156ed2f723c9183a01eb Mon Sep 17 00:00:00 2001 From: wmwragg Date: Wed, 10 Aug 2016 12:06:03 +0100 Subject: [PATCH] Added set icons --- .../views/context_menus/RoomTagContextMenu.js | 2 ++ .../views/context_menus/RoomTagContextMenu.css | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/src/components/views/context_menus/RoomTagContextMenu.js b/src/components/views/context_menus/RoomTagContextMenu.js index 68da3648a8..8c42dbc825 100644 --- a/src/components/views/context_menus/RoomTagContextMenu.js +++ b/src/components/views/context_menus/RoomTagContextMenu.js @@ -142,10 +142,12 @@ module.exports = React.createClass({
+ Favourite
+ Low Priority

diff --git a/src/skins/vector/css/vector-web/views/context_menus/RoomTagContextMenu.css b/src/skins/vector/css/vector-web/views/context_menus/RoomTagContextMenu.css index a1f29f1fd4..556d404acb 100644 --- a/src/skins/vector/css/vector-web/views/context_menus/RoomTagContextMenu.css +++ b/src/skins/vector/css/vector-web/views/context_menus/RoomTagContextMenu.css @@ -33,10 +33,20 @@ limitations under the License. color: #ff0064; } + + .mx_RoomTagContextMenu_field.mx_RoomTagContextMenu_fieldSet { font-weight: bold; } +.mx_RoomTagContextMenu_field.mx_RoomTagContextMenu_fieldSet .mx_RoomTagContextMenu_icon { + display: none; +} + +.mx_RoomTagContextMenu_field.mx_RoomTagContextMenu_fieldSet .mx_RoomTagContextMenu_icon_set { + display: inline-block; +} + .mx_RoomTagContextMenu_field.mx_RoomTagContextMenu_fieldDisabled { color: rgba(0, 0, 0, 0.2); } @@ -44,6 +54,13 @@ limitations under the License. .mx_RoomTagContextMenu_icon { padding-right: 8px; padding-left: 4px; + display: inline-block +} + +.mx_RoomTagContextMenu_icon_set { + padding-right: 8px; + padding-left: 4px; + display: none; } .mx_RoomTagContextMenu_separator {