notification menu now has cickable radio buttons

pull/1926/head
wmwragg 2016-08-04 17:05:19 +01:00
parent b9e06bcf66
commit b99e7598f9
1 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ limitations under the License.
padding-top: 4px; padding-top: 4px;
padding-right: 6px; padding-right: 6px;
padding-bottom: 10px; padding-bottom: 10px;
padding-left: 20px; padding-left: 8px; /* 20px */
cursor: pointer; cursor: pointer;
white-space: nowrap; white-space: nowrap;
display: flex; display: flex;
@ -33,7 +33,6 @@ limitations under the License.
.mx_NotificationStateContextMenu_field.mx_NotificationStateContextMenu_fieldSet { .mx_NotificationStateContextMenu_field.mx_NotificationStateContextMenu_fieldSet {
font-weight: bold; font-weight: bold;
padding-left: 8px;
} }
.mx_NotificationStateContextMenu_field.mx_NotificationStateContextMenu_fieldDisabled { .mx_NotificationStateContextMenu_field.mx_NotificationStateContextMenu_fieldDisabled {
@ -46,11 +45,12 @@ limitations under the License.
} }
.mx_NotificationStateContextMenu_activeIcon { .mx_NotificationStateContextMenu_activeIcon {
display: none; display: inline-block;
opacity: 0;
position: relative; position: relative;
left: -5px; left: -5px;
} }
.mx_NotificationStateContextMenu_fieldSet .mx_NotificationStateContextMenu_activeIcon { .mx_NotificationStateContextMenu_fieldSet .mx_NotificationStateContextMenu_activeIcon {
display: inline-block; opacity: 1;
} }