Bug 1478708 - Part 2: Selected tab text is bold in all tabs menu r?dao draft
authorMark Striemer <mstriemer@mozilla.com>
Tue, 31 Jul 2018 15:39:08 -0500
changeset 827275 29b3bbd9a9b7997c971ca64d57f9b69ac96ea539
parent 827274 36f82c52fd1961889710365a01750391476be4a8
push id118502
push userbmo:mstriemer@mozilla.com
push dateTue, 07 Aug 2018 16:39:48 +0000
reviewersdao
bugs1478708
milestone63.0a1
Bug 1478708 - Part 2: Selected tab text is bold in all tabs menu r?dao MozReview-Commit-ID: GrxRUxM8YxI
browser/themes/shared/tabs.inc.css
--- a/browser/themes/shared/tabs.inc.css
+++ b/browser/themes/shared/tabs.inc.css
@@ -799,16 +799,20 @@
 .all-tabs-item[selected] {
   box-shadow: inset 4px 0 var(--blue-40);
 }
 
 .all-tabs-item[selected]:-moz-locale-dir(rtl) {
   box-shadow: inset -4px 0 var(--blue-40);
 }
 
+.all-tabs-item[selected] > .all-tabs-button {
+  font-weight: bold;
+}
+
 .all-tabs-button {
   list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg");
 }
 
 .all-tabs-secondary-button > label {
   display: none;
   margin: 0 5.5px;
 }