mirror of
https://git.hexahost.dev/smueller/HexaHost-Frontend.git
synced 2026-06-02 08:08:43 +00:00
Remove outdated styles for open FAQ items: Eliminated border and box-shadow properties from the .faq-item.open class to streamline the design and improve consistency with recent enhancements.
This commit is contained in:
@@ -1594,11 +1594,6 @@ body {
|
|||||||
transform: translateY(-2px);
|
transform: translateY(-2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.faq-item.open {
|
|
||||||
border-color: var(--primary-color);
|
|
||||||
box-shadow: 0 0 25px rgba(255, 81, 249, 0.25);
|
|
||||||
}
|
|
||||||
|
|
||||||
.faq-question {
|
.faq-question {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|||||||
Reference in New Issue
Block a user