Skip to content

Commit

Permalink
Merge pull request #929 from OutSystems/ROU-4704
Browse files Browse the repository at this point in the history
ROU-4704: Removed :has() exceptions
  • Loading branch information
BenOsodrac authored Apr 1, 2024
2 parents da28f82 + fc13f6a commit d2e94b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,14 +353,6 @@ $balloonMobileTopMargin: 5vh;
}
}

// Fallback for fierfox that don't support yet :has(), but it's already in development
// https://bugzilla.mozilla.org/show_bug.cgi?id=418039
.firefox {
.osui-dropdown-serverside__balloon-wrapper.osui-dropdown-serverside--is-opened {
z-index: var(--layer-global-instant-interaction);
}
}

// Inside Form & Popup
.form {
.osui-dropdown-serverside--is-inside-popup input[data-input] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -559,13 +559,6 @@ span.flatpickr-weekday {
z-index: var(--osui-flatpickr-layer);
}

// Exception for firefox support for :has()
@supports not selector(:has(*)) {
.is-rtl .flatpickr-calendar {
--osui-flatpickr-layer: calc(var(--osui-menu-layer) + var(--layer-local-tier-1));
}
}

// Accessibility ------------------------------------------------------------------
// cannot use has-accessible-features class, as the pickder is detached from its context on layout
.osui-datepicker-calendar {
Expand Down

0 comments on commit d2e94b0

Please sign in to comment.