From fb6d6c42b0f24e920a658c403667b6a95a78e3aa Mon Sep 17 00:00:00 2001 From: Nardog Date: Thu, 15 Feb 2024 22:47:43 +0000 Subject: [PATCH] Remove obsolete styles for bullets The toggle is now a link element, so we can let the skin choose its color. cursor and text-decoration had no effect because the triangle is rendered by borders and the element itself is empty. speak is deprecated, and since the toggle is reachable by keyboard now, it's no longer appropriate. Change-Id: Id522b78d185d951b0739758ad20bb5b3dbbc546e --- modules/ext.categoryTree.styles.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/modules/ext.categoryTree.styles.css b/modules/ext.categoryTree.styles.css index 8e11c13a..d4a8974f 100644 --- a/modules/ext.categoryTree.styles.css +++ b/modules/ext.categoryTree.styles.css @@ -78,7 +78,6 @@ .CategoryTreeBullet, .CategoryTreeEmptyBullet { - cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; @@ -89,25 +88,12 @@ color: #c0c0c0; } -.CategoryTreeBullet a, -.CategoryTreeBullet a:link, -.CategoryTreeBullet a:active, -.CategoryTreeBullet a:visited { - text-decoration: none; - color: inherit; - speak: none; -} - /* Hide toggle buttons for clients without JavaScript */ .client-nojs .CategoryTreeBullet, .client-nojs .CategoryTreeEmptyBullet { display: none; } -.CategoryTreeToggle { - color: #0645ad; -} - .CategoryTreeEmptyBullet, .CategoryTreeToggle, .CategoryTreePageBullet {