Skip to content

Instantly share code, notes, and snippets.

View ApacheTech's full-sized avatar

Peter Matthews ApacheTech

View GitHub Profile
@ApacheTech
ApacheTech / pseudo-elements.md
Created March 24, 2023 21:50 — forked from danilosetra/pseudo-elements.md
A CSS pseudo-element is used to style specified parts of an element. In some cases you can style native HTML controls with vendor specific pseudo-elements. Here you will find an list of cross browser specific pseudo-element selectors.

Styling native elements

Native HTML controls are a challenge to style. You can style any element in the web platform that uses Shadow DOM with a pseudo element ::pseudo-element or the /deep/ path selector.

video::webkit-media-controls-timeline {
  background-color: lime;
}

video /deep/ input[type=range] {
@ApacheTech
ApacheTech / gist:893366ec9fd39fc6b2e1ab9350386ffd
Created March 18, 2023 21:41 — forked from digitaljhelms/gist:4287848
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch