From 33dfb3033542289024376bfdf84653ea7819af23 Mon Sep 17 00:00:00 2001 From: Arthur Baghdasaryan <62405127+arthurbaghdas@users.noreply.github.com> Date: Sun, 14 Jun 2020 18:03:03 +0400 Subject: [PATCH] Revert "DP-17612 Fix org search styles for Firefox browser (#1088)" This reverts commit d41ef70a6763113b69ccf949e790c142f1b64337. --- .../_organization-navigation.scss | 1 - changelogs/DP-17612.yml | 59 ------------------- 2 files changed, 60 deletions(-) delete mode 100644 changelogs/DP-17612.yml diff --git a/assets/scss/03-organisms/_organization-navigation.scss b/assets/scss/03-organisms/_organization-navigation.scss index 539231f917..fae6440fee 100644 --- a/assets/scss/03-organisms/_organization-navigation.scss +++ b/assets/scss/03-organisms/_organization-navigation.scss @@ -161,7 +161,6 @@ $menu-transition-time: 0.3s; .form-open & { position: absolute; width: 100%; - z-index: 1; @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { top: 7px; diff --git a/changelogs/DP-17612.yml b/changelogs/DP-17612.yml deleted file mode 100644 index c3e4613bf0..0000000000 --- a/changelogs/DP-17612.yml +++ /dev/null @@ -1,59 +0,0 @@ -# Every PR must have a changelog. To create a changelog: -# 1. Make a copy of this file and name it with the ticket number. -# 2. Keep the original format of one of the examples at the bottom, and override each element of it using ___TEMPLATE___ for reference -# 3. Remove all comments from the copied file - -#___CHANGE TYPES___ -# - Added for new features. -# - Changed for changes in existing functionality. -# - Deprecated for soon-to-be removed features. -# - Removed for now removed features. -# - Fixed for any bug fixes. -# - Security in case of vulnerabilities. -# e.g. Added - -#___PROJECT___ -# - Patternlab -# - React -# - Docs -# e.g. React -# e.g. React, Patternlab - -#___COMPONENT___ -# Component name(s) in `PascalCase` -# e.g. Header -# e.g. Form, InputSlider, InputTextTypeAhead - -#___DESCRIPTION___ -# PR description and PR number (append PR number with # to create a link to the PR in Github) -# If you need multiple lines, start the first line with the following "|-" characters. -# For any breaking changes, add a comment in the PR describing the necessary changes on the consumer side and link that comment in the description. -#e.g. Adds apples to apple trees for admin apple pickers (#PR) - -#___ISSUE___ -# A Jira ticket or a Github issue number (append Github issue number with # to create a link to the issue in Github) -# e.g. DP-12345 or #123 - -#___IMPACT___ -# - Major impact when you make incompatible API changes, -# - Minor impact when you add functionality in a backwards compatible manner, and -# - Patch impact when you make backwards compatible bug fixes. -# e.g. Minor -# See https://semver.org/ for more info. - - -#___TEMPLATE___ -# ChangeType [enter a valid option, see __CHANGE TYPES___ e.g. Added]: -# - project: Enter one or multiple (comma separated) valid project prefix(es) - see ___PROJECT___ e.g. React, Patternlab -# component: Enter one or multiple (comma separated) valid component name(s) - see ___COMPONENT___ e.g. Color -# description: Describe the change and add the PR number. see ___DESCRIPTION___ e.g. Adds apples to apple trees for admin apple pickers (#PR) -# issue: Add a Jira ticket or issue number, e.g. DP-12345 or 124 -# impact: Enter a valid impact, e.g. Minor - -#___EXAMPLE___ -Fixed: - - project: React, Patternlab - component: Organization Navigation - description: Adjust z-index of open search box to fix style issue on Firefox. - issue: DP-17612 - impact: Minor