From 8b7cd64012c0e242d060df27b811073c34649818 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 28 Jun 2025 17:00:01 +0300 Subject: [PATCH] Remove unnecessary bottom border exception from .browse-section Doesn't work as intended anymore; :last-of-type is misleading because the type is not mentioned in the selector. --- app/assets/stylesheets/common.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 47db46a7a..ca23801e8 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -629,10 +629,6 @@ tr.turn { border-bottom: 1px solid $grey; } - .browse-section:last-of-type { - border-bottom: none; - } - .browse-tag-list { table-layout: fixed; white-space: pre-wrap; -- 2.39.5