mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 11:37:44 +01:00
fix: remove flex-direction CSS causing absolute stroke width toggle positioning issue (#3308) (#3317)
- Remove 'flex-direction: row-reverse' CSS rule for #absolute-stroke-width - Fixes toggle moving out of bounds and being pseudo active Closes #3308
This commit is contained in:
committed by
GitHub
parent
e7f03df844
commit
e16e8b2783
@@ -161,9 +161,4 @@ const customizingActive = computed(() => {
|
||||
.color-picker {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
#absolute-stroke-width {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user