Improve radio outlines for message layout to be more consistent
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
5a542281ed
commit
c8bb6f5904
2 changed files with 14 additions and 5 deletions
|
@ -188,11 +188,17 @@ limitations under the License.
|
|||
.mx_RadioButton {
|
||||
flex-grow: 0;
|
||||
padding: 10px;
|
||||
// create a horizontal separation line between the preview and the radio interaction
|
||||
border-top: 1px solid $input-darker-bg-color;
|
||||
}
|
||||
|
||||
.mx_EventTile_content {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
&.mx_AppearanceUserSettingsTab_Layout_RadioButton_selected {
|
||||
border-color: $accent-color;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_RadioButton {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue