Skip to content
Snippets Groups Projects
Commit ad2e2cc8 authored by sri-odoo's avatar sri-odoo Committed by Aaron Bohy
Browse files

[REF] web: Overwrite bts4 custom checkbox design

Overwrite bts4 custom-checkbox design (un-checked state only).
Use outline rule to avoid conflics with :focus and :hover states.
The change has been added in ui.scss to affect both backend and frontend.
parent 04e0f8a7
No related branches found
No related tags found
No related merge requests found
......@@ -45,3 +45,13 @@
transform: rotate(180deg);
}
}
// Overwrite bts4 custom-checkbox design (un-checked state only)
.custom-control.custom-checkbox {
.custom-control-input:not(:checked):not(:indeterminate) {
~ .custom-control-label:before {
background: none;
outline: 1px solid $o-main-text-color;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment