mirror of
https://git.hexahost.dev/smueller/HexaHost-Frontend.git
synced 2026-06-02 06:58: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);
|
||||
}
|
||||
|
||||
.faq-item.open {
|
||||
border-color: var(--primary-color);
|
||||
box-shadow: 0 0 25px rgba(255, 81, 249, 0.25);
|
||||
}
|
||||
|
||||
.faq-question {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user