mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Catch up MPollBody CSS with everything else that now uses just 'accent' (#7118)
This commit is contained in:
parent
e2b59335cf
commit
f87e9d86a4
@ -85,13 +85,13 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_MPollBody_option_checked {
|
.mx_MPollBody_option_checked {
|
||||||
border-color: $accent-color;
|
border-color: $accent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_StyledRadioButton_checked input[type="radio"] + div {
|
.mx_StyledRadioButton_checked input[type="radio"] + div {
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
border-color: $accent-color;
|
border-color: $accent;
|
||||||
background-color: $accent-color;
|
background-color: $accent;
|
||||||
background-image: url('$(res)/img/element-icons/check-white.svg');
|
background-image: url('$(res)/img/element-icons/check-white.svg');
|
||||||
background-size: 12px;
|
background-size: 12px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
Loading…
Reference in New Issue
Block a user