From ea0f819f48e1836205e7d5ee1f038772bbc8b8be Mon Sep 17 00:00:00 2001 From: samanpwbb Date: Sat, 3 Jun 2017 23:54:47 -0400 Subject: [PATCH] reset abbr text-decoration, fixes txt-abbr rule --- src/reset.css | 4 ++++ test/__snapshots__/build-css.jest.js.snap | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/src/reset.css b/src/reset.css index 9de43ac8..b46d573b 100644 --- a/src/reset.css +++ b/src/reset.css @@ -79,6 +79,10 @@ button::-moz-focus-inner { border: 0; } +abbr { + text-decoration: none; +} + svg { display: inline-block; } diff --git a/test/__snapshots__/build-css.jest.js.snap b/test/__snapshots__/build-css.jest.js.snap index d5135e78..955ead5c 100644 --- a/test/__snapshots__/build-css.jest.js.snap +++ b/test/__snapshots__/build-css.jest.js.snap @@ -83,6 +83,10 @@ button::-moz-focus-inner{ border:0; } +abbr{ + text-decoration:none; +} + svg{ display:inline-block; } @@ -17143,6 +17147,10 @@ button::-moz-focus-inner{ border:0; } +abbr{ + text-decoration:none; +} + svg{ display:inline-block; }