Merge pull request #13138 from overleaf/mj-figure-modal-checkbox-color

[cm6] Use green accent color for checkbox in figure modal

GitOrigin-RevId: 20fe68ee51ff4d97a37690b4dd23905860956ff6
This commit is contained in:
Mathias Jakobsen 2023-05-19 09:30:45 +01:00 committed by Copybot
parent 948d56e809
commit e895208665

View file

@ -46,6 +46,7 @@
.figure-modal-checkbox-input input[type='checkbox'] {
vertical-align: top;
margin-right: 12px;
accent-color: @ol-green;
}
.figure-modal-switcher-input {