콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
질문이 마감되었습니다 이유 : Question / Code not indented
작성자 Rakesh Patel (patr) 있음 2024년 10월 01일 09시 09분 05초

Hello, how do I inherit SCSS file when it has !important?

The parent scss:

/* odoo 16 css */.pos .pos-logo {margin-top: -3px;}.pos .pos-content .numpad { display: none; &.sh_product_numpad{ display: block !important; }}

my scss to inherit the parent:

.pos .pos-content .numpad.sh_product_numpad { display: block;}

Since the parent has "!important", it prevents any further changes on my side so I want to get rid of them. I appreciate any help.



아바타
취소
관련 게시물 답글 화면 활동
3
5월 24
3571
1
8월 25
530
1
5월 25
1337
4
2월 25
2759
0
11월 24
1431