From 855d763ae57fd1dea1c26af1f197d3d84002dc55 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Mon, 17 Jun 2019 20:08:37 +0200 Subject: Reboot updates - Remove unsupported browsers fixes - More consistent comment blocks - Reorganise order of some blocks - Add height fix for date/month/week/time inputs (#18842) - Remove redundant type selectors - Additional resets and theming options for `legend` - Add date & color inputs to reboot page - Use the same borders for text search, text inputs, textareas and date inputs - Move code styling to reboot --- scss/_code.scss | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 scss/_code.scss (limited to 'scss/_code.scss') diff --git a/scss/_code.scss b/scss/_code.scss deleted file mode 100644 index ccaff4382..000000000 --- a/scss/_code.scss +++ /dev/null @@ -1,40 +0,0 @@ -// Inline code -code { - @include font-size($code-font-size); - color: $code-color; - word-wrap: break-word; - - // Streamline the style when inside anchors to avoid broken underline and more - a > & { - color: inherit; - } -} - -// User input typically entered via keyboard -kbd { - padding: $kbd-padding-y $kbd-padding-x; - @include font-size($kbd-font-size); - color: $kbd-color; - background-color: $kbd-bg; - @include border-radius($border-radius-sm); - - kbd { - padding: 0; - @include font-size(100%); - font-weight: $nested-kbd-font-weight; - } -} - -// Blocks of code -pre { - display: block; - @include font-size($code-font-size); - color: $pre-color; - - // Account for some code outputs that place code tags in pre tags - code { - @include font-size(inherit); - color: inherit; - word-break: normal; - } -} -- cgit v1.2.3