summaryrefslogtreecommitdiff
path: root/addons/web/static/src/scss/lazyloader.scss
blob: fb3f39f40863c6d7881d85eb97bc2655f42e5ac5 (plain)
1
2
3
4
5
6
7
8

// Disable buttons and links marked with the o_wait_lazy_js class or in a
// section which is marked with the o_wait_lazy_js class.
a[href], button, input[type="submit"], input[type="button"], .btn {
    &.o_wait_lazy_js, .o_wait_lazy_js & {
        pointer-events: none;
    }
}