[체크박스]
- 셀렉트 포커스일때 배경 부분 뿌옇게 회색나오는 부분 미노출
This commit is contained in:
@@ -52,8 +52,7 @@
|
||||
&.selectedFocus {
|
||||
border-color: @SQUARE_BORDER_ACTIVE !important;
|
||||
border-width: 4px !important;
|
||||
background-color: @SQUARE_BG_SELECTED !important;
|
||||
box-shadow: 0 0 0 4px fade(@SQUARE_BORDER_ACTIVE, 20%) !important;
|
||||
background-color: @SQUARE_BG_SELECTED !important;
|
||||
&::before {
|
||||
transform: translate(-50%, -70%) rotate(-45deg) scale(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user