F
Filament15mo ago
Gush

Sidebar item with border-radius 0

Where can i globaly config to not have rounded corners Thanks.
No description
5 Replies
Saade
Saade15mo ago
.fi-sidebar-item-button {
@apply rounded-none;
}
.fi-sidebar-item-button {
@apply rounded-none;
}
Gush
GushOP15mo ago
in filament.css? didnt work, v2?
awcodes
awcodes15mo ago
v2 has a different class name. inspect the source to find the appropriate class name to use.
Gush
GushOP15mo ago
.filament-sidebar-item {
@apply rounded-none;
}
.filament-sidebar-item {
@apply rounded-none;
}
i did that but didnt work
Saade
Saade15mo ago
my bad, didnt see v2 tag
.filament-sidebar-item > a {
@apply !rounded-none;
}
.filament-sidebar-item > a {
@apply !rounded-none;
}
Want results from more Discord servers?
Add your server