]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unneeded and broken bootstrap close button theme overrides
authorMarwin Hochfelsner <50826859+hlfan@users.noreply.github.com>
Fri, 25 Apr 2025 17:08:32 +0000 (19:08 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Apr 2025 17:08:32 +0000 (19:08 +0200)
app/assets/stylesheets/common.scss

index de8611e9d7bad595d8101aa888b092076f3a7949..885f107dc54afbe10e247f0de4d2694d82b987b7 100644 (file)
@@ -82,16 +82,6 @@ time[title] {
   100% { opacity: 1 }
 }
 
-/* Bootstrap close button overrides for nested light/dark themes */
-
-[data-bs-theme="dark"] .btn-close {
-  filter: var(--bs-btn-close-white-filter);
-}
-
-[data-bs-theme="light"] .btn-close {
-  filter: none;
-}
-
 /* Rules for the header */
 
 #menu-icon {