You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Catch up MPollBody CSS with everything else that now uses just 'accent' (#7118)
This commit is contained in:
@@ -85,13 +85,13 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_MPollBody_option_checked {
|
||||
border-color: $accent-color;
|
||||
border-color: $accent;
|
||||
}
|
||||
|
||||
.mx_StyledRadioButton_checked input[type="radio"] + div {
|
||||
border-width: 2px;
|
||||
border-color: $accent-color;
|
||||
background-color: $accent-color;
|
||||
border-color: $accent;
|
||||
background-color: $accent;
|
||||
background-image: url('$(res)/img/element-icons/check-white.svg');
|
||||
background-size: 12px;
|
||||
background-repeat: no-repeat;
|
||||
|
Reference in New Issue
Block a user