Skip to content

Commit

Permalink
Yeni yazim listenin son elemani
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihhayri committed Dec 22, 2023
1 parent 515d319 commit 0841347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-12-22-listenin-son-elemanini-bulmak.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Geçen gün [baklava](https://github.com/Trendyol/baklava) select komponentine a

Olayı şöyle örnekleyebilirim.

<iframe height="300" style="width: 100%;" scrolling="no" title="last-of-type" src="https://codepen.io/fatihhayri/embed/LYaPwmB?default-tab=html%2Cresult" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true">
<iframe height="300" style="width: 100%;" scrolling="no" title="last-of-type" src="https://codepen.io/fatihhayri/embed/LYaPwmB?default-tab=result" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true">
</iframe>

İlk listede normal durumda son elemanın altındaki çizgi gözükmüyor. İkinci örnekte sondan bir önceki eleman gizlendiği için yine gözükmüyor ancak son örnekte son elemanı gizlediğimiz için çizgi gözüküyor. `:last-of-type` seçicisi listenin gizlenmiş ögelerini dikkate almıyor. Çözmek için ürettiğimiz `:not([hidden]):last-of-type` seçicisi de işlemedi.
Expand Down

0 comments on commit 0841347

Please sign in to comment.