ui: implement verified-card focus state style on Q&A inputs
This commit is contained in:
@@ -294,3 +294,17 @@ h1, h2, h3, h4, h5, h6 {
|
||||
align-self: flex-start;
|
||||
border: 1px solid #E5E7EB;
|
||||
}
|
||||
|
||||
/* Verified card style input focus state */
|
||||
.verified-focus-input {
|
||||
transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
|
||||
background-color: #FFFFFF;
|
||||
border: 1.5px solid #E5E7EB !important;
|
||||
}
|
||||
|
||||
.verified-focus-input:focus {
|
||||
outline: none !important;
|
||||
border-color: #F97316 !important;
|
||||
background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFF7ED 100%) !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user