[251123] fix: DetailPanel ThemeButton-3
🕐 커밋 시간: 2025. 11. 23. 06:46:59 📊 변경 통계: • 총 파일: 1개 • 추가: +30줄 • 삭제: -4줄 📝 수정된 파일: ~ com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.module.less 🔧 주요 변경 내용: • 소규모 기능 개선
This commit is contained in:
@@ -740,13 +740,17 @@
|
||||
height: 60px !important;
|
||||
padding: 20px 30px !important;
|
||||
background: rgba(255, 255, 255, 0.05) !important;
|
||||
overflow: hidden !important;
|
||||
overflow: visible !important;
|
||||
border-radius: 6px !important;
|
||||
border: none !important;
|
||||
justify-content: center !important;
|
||||
align-items: center !important;
|
||||
gap: 15px !important;
|
||||
display: inline-flex !important;
|
||||
display: flex !important;
|
||||
flex-direction: row !important;
|
||||
white-space: nowrap !important;
|
||||
caret-color: transparent !important;
|
||||
user-select: none !important;
|
||||
-webkit-user-select: none !important;
|
||||
|
||||
color: white !important;
|
||||
font-size: 25px !important;
|
||||
@@ -755,13 +759,35 @@
|
||||
line-height: 35px !important;
|
||||
word-wrap: break-word !important;
|
||||
|
||||
> * {
|
||||
display: flex !important;
|
||||
flex-direction: row !important;
|
||||
align-items: center !important;
|
||||
justify-content: center !important;
|
||||
gap: 15px !important;
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
caret-color: transparent !important;
|
||||
user-select: none !important;
|
||||
-webkit-user-select: none !important;
|
||||
|
||||
> * {
|
||||
display: inline !important;
|
||||
margin: 0 !important;
|
||||
caret-color: transparent !important;
|
||||
user-select: none !important;
|
||||
-webkit-user-select: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
&:focus {
|
||||
background: @PRIMARY_COLOR_RED !important;
|
||||
outline: none !important;
|
||||
caret-color: transparent !important;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: rgba(255, 255, 255, 0.08) !important;
|
||||
background: @PRIMARY_COLOR_RED !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user