mirror of https://github.com/vector-im/riot-web
Catch up MPollBody CSS with everything else that now uses just 'accent' (#7118)
parent
e2b59335cf
commit
f87e9d86a4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue