global focus css disable
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
.welcomeText {
|
||||
color: #807f81;
|
||||
font-size: clamp(48px, 3.23vw, 62px);
|
||||
font-family: 'LG Smart UI';
|
||||
font-family: "LG Smart UI";
|
||||
font-weight: 400;
|
||||
line-height: 1;
|
||||
word-break: break-word;
|
||||
@@ -119,18 +119,18 @@
|
||||
|
||||
&.tCheckBox {
|
||||
border-radius: 0 !important;
|
||||
border: 3px solid #C70850 !important;
|
||||
border: 3px solid #c70850 !important;
|
||||
background: #fff !important;
|
||||
transition: background 0.15s, border 0.15s;
|
||||
}
|
||||
|
||||
&.tCheckBox.selected {
|
||||
border: 3px solid #7A808D !important;
|
||||
background: #7A808D !important;
|
||||
border: 3px solid #7a808d !important;
|
||||
background: #7a808d !important;
|
||||
}
|
||||
|
||||
&.tCheckBox::before {
|
||||
content: '';
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
@@ -157,7 +157,7 @@
|
||||
background: white;
|
||||
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
|
||||
border-radius: 6px;
|
||||
outline: 1px #CFCFCF solid;
|
||||
outline: 1px #cfcfcf solid;
|
||||
outline-offset: -1px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@@ -166,7 +166,7 @@
|
||||
transition: all 0.3s ease;
|
||||
|
||||
&:focus {
|
||||
outline: 2px #C91D53 solid !important;
|
||||
outline: 2px #c91d53 solid !important;
|
||||
outline-offset: 2px !important;
|
||||
background-color: rgba(201, 29, 83, 0.1) !important;
|
||||
transform: translateY(-2px) !important;
|
||||
@@ -183,7 +183,7 @@
|
||||
.termName {
|
||||
color: #1a1a1a;
|
||||
font-size: 30px;
|
||||
font-family: 'LG Smart UI';
|
||||
font-family: "LG Smart UI";
|
||||
font-weight: 700;
|
||||
line-height: 30px;
|
||||
word-wrap: break-word;
|
||||
@@ -229,7 +229,7 @@
|
||||
.selectAllText {
|
||||
color: #1a1a1a;
|
||||
font-size: 35px;
|
||||
font-family: 'LG Smart UI';
|
||||
font-family: "LG Smart UI";
|
||||
font-weight: 700;
|
||||
line-height: 35px;
|
||||
word-break: break-word;
|
||||
@@ -241,15 +241,15 @@
|
||||
height: 100px;
|
||||
padding-left: 50px;
|
||||
padding-right: 50px;
|
||||
background-color: #C70850 !important;
|
||||
border: 2px solid #C70850 !important;
|
||||
background-color: #c70850 !important;
|
||||
border: 2px solid #c70850 !important;
|
||||
color: white !important;
|
||||
border-radius: 12px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 35px;
|
||||
font-family: 'LG Smart UI';
|
||||
font-family: "LG Smart UI";
|
||||
font-weight: 700;
|
||||
transition: all 0.3s ease;
|
||||
|
||||
@@ -282,7 +282,7 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 35px;
|
||||
font-family: 'LG Smart UI';
|
||||
font-family: "LG Smart UI";
|
||||
font-weight: 700;
|
||||
transition: all 0.3s ease;
|
||||
|
||||
@@ -304,9 +304,9 @@
|
||||
|
||||
// Spotlight 포커스 스타일
|
||||
[data-spotlight-id]:focus {
|
||||
outline: 2px solid #C91D53;
|
||||
outline-offset: 2px;
|
||||
box-shadow: 0 0 8px rgba(201, 29, 83, 0.5);
|
||||
// outline: 2px solid #C91D53;
|
||||
// outline-offset: 2px;
|
||||
// box-shadow: 0 0 8px rgba(201, 29, 83, 0.5);
|
||||
}
|
||||
|
||||
.termBox[data-spotlight-id]:focus {
|
||||
|
||||
Reference in New Issue
Block a user