From b8b614e7c126316c9b0f306bf57a894e3ac19499 Mon Sep 17 00:00:00 2001 From: connors Date: Sat, 19 Oct 2013 14:13:19 -0700 Subject: [PATCH] Updating comments to reflect badge changes. --- lib/sass/badges.scss | 8 ++++---- lib/sass/table-views.scss | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/sass/badges.scss b/lib/sass/badges.scss index eea46f9..b2bf357 100644 --- a/lib/sass/badges.scss +++ b/lib/sass/badges.scss @@ -48,22 +48,22 @@ } -// Counts in buttons +// Badges in buttons // -------------------------------------------------- -// Generic styles for all counts within default buttons +// Generic styles for all badges within default buttons [class*="button"] [class*="badge"] { font-size: 12px; padding-top: 2px; padding-bottom: 2px; margin: -2px -4px -2px 4px; } -// Styles for filled counts within filled buttons +// Styles for filled badges within filled buttons .button-filled .badge-filled, [class*="button"]:active .badge-filled { background-color: rgba(0,0,0,.2); } -// Position counts within block level buttons +// Position badges within block level buttons // Note: These are absolutely positioned so that text of button isn't "pushed" by badge and always // stays at true center of button .button-block [class*="badge"] { diff --git a/lib/sass/table-views.scss b/lib/sass/table-views.scss index 62b9939..0f32322 100644 --- a/lib/sass/table-views.scss +++ b/lib/sass/table-views.scss @@ -84,7 +84,7 @@ } - // Right-aligned subcontent in table views (chevrons, buttons, counts and toggles) + // Right-aligned subcontent in table views (chevrons, buttons, badges and toggles) // ------------------------------------------------------------------------------- .chevron,