diff --git a/src/Nri/Ui/Message/V3.elm b/src/Nri/Ui/Message/V3.elm index 11564de1..7b200a52 100644 --- a/src/Nri/Ui/Message/V3.elm +++ b/src/Nri/Ui/Message/V3.elm @@ -101,7 +101,6 @@ view attributes_ = [ Fonts.baseFont , color color_ , boxSizing borderBox - , styleOverrides , Css.batch attributes.customStyles ] in @@ -801,33 +800,6 @@ getRoleAttribute role = --- Style overrides - - -styleOverrides : Style -styleOverrides = - Css.Global.descendants - [ Css.Global.a - [ textDecoration none - , color Colors.azure - , borderBottom3 (px 1) solid Colors.azure - , visited [ color Colors.azure ] - ] - , -- This global selector and overrides are necessary due to - -- old stylesheets used on the monolith that set the - -- `.txt p { font-size: 18px; }` -- without these overrides, - -- we may see giant ugly alerts. - -- Remove these if you want to! but be emotionally prepped - -- to deal with visual regressions. 🙏 - Css.Global.p - [ margin zero - , fontSize (px 13) - , Fonts.baseFont - ] - ] - - - -- Dismiss buttons