aboutsummaryrefslogtreecommitdiff
path: root/scss/_reboot.scss
AgeCommit message (Expand)AuthorFilesLines
2024-07-15Fix use of declarations after nested rules (deprecated in Sass 1.77.7) (#40623)Julien Déramond1-1/+1
2023-09-13Allow `<mark>` colors customization for color modes (#39141)Julien Déramond1-0/+1
2023-06-30Fix Sass properties order for newer stylelint-config-recess-order (#38851)XhmikosR1-4/+4
2023-04-20CSS: New var proposal + init `headings-color` (#37904)Louis-Maxime Piton1-1/+1
2022-11-28Add dark mode support (#35857)Mark Otto1-3/+3
2022-07-11Remove headings-color CSS variable due to backward compatibility issuesMark Otto1-1/+1
2022-05-08Remove leftover abbr styles in Reboot for tooltipsMark Otto1-10/+8
2022-04-06Bring back webkit calendar picker indicator for datalists (#35406)Neeraj Kumar Das1-3/+3
2022-03-31Adding @include everytime it's not the caselouismaxime.piton1-2/+2
2022-03-13Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981)Mark Otto1-13/+13
2022-02-22Rely on `border-width` for `<hr>` size (#35491)Gaël Poupard1-7/+2
2021-11-25Correctly implement RFS in `:root` CSS variable for `$body-font-size` (#35326)Travis Risner1-1/+1
2021-10-29Don't override CSS `direction` in code elements (#35230)Gaël Poupard1-2/+0
2021-10-29Drop prefixed version of `::file-selector-button` (#35232)Gaël Poupard1-8/+2
2021-10-05Add Sass variables for hr background-color and borderdevhoussam1-2/+2
2021-08-05Fix font size variable name (#34679)Semih Raif Gürel1-1/+1
2021-08-03Add and document additional :root CSS variablesMark Otto1-8/+12
2021-03-10Removing duplicate text-decoration style for abbr[title] #33197 (#33325)gopal-jayaraman1-1/+0
2021-03-08Update devDependencies (#33307)XhmikosR1-1/+0
2021-03-02Reset select:disabled opacity and null-ify color to fix rendering differences...Mark Otto1-5/+7
2021-02-10Remove explicit suppression of focus outlinePatrick H. Lauke1-14/+0
2021-01-10Suppress focus outline for buttons when it shouldn't be visible in Chromium (...Patrick H. Lauke1-0/+9
2021-01-05Remove old/unnecessary reboot bug fix (#32631)Patrick H. Lauke1-9/+0
2020-12-04feat(RTL): implement RTLGaël Poupard1-0/+16
2020-11-20_reboot.scss: remove needless Stylelint disable (#32213)XhmikosR1-1/+1
2020-11-14Add `bs` in data attributesRohit Sharma1-2/+2
2020-11-11Use correct value order (#32121)Martijn Cuppens1-2/+2
2020-11-05Drop Legacy Edge support.XhmikosR1-14/+2
2020-10-28Use the same font on the button as on the field itselfMartijn Cuppens1-1/+9
2020-10-19Apply smooth-scroll when `prefers-reduced-motion: no-preference` (#31877)Gaël Poupard1-0/+6
2020-09-28Update stylelint to v13.7.2 (#31726)XhmikosR1-1/+1
2020-08-03Removed a broken referenceJacty1-1/+0
2020-06-17feat: adds th null var (#30781)Catalin Zalog1-4/+6
2020-06-16v5: Add role=button cursor in Reboot (#31040)Mark Otto1-0/+7
2020-06-09Fix undefined custom properties in reboot (#30981)Martijn Cuppens1-1/+1
2020-05-15Prevent conflicts with components with classes (#30830)Martijn Cuppens1-1/+1
2020-05-14Split table cell padding variables (#30815)Mark Otto1-2/+2
2020-04-29Remove borders from iframes by default (#30620)Martijn Cuppens1-0/+5
2020-04-29`<pre>`: Disable auto-hiding scrollbar in legacy Edge (#30685)Martijn Cuppens1-0/+3
2020-04-26Rename variables for brevityMark Otto1-1/+1
2020-04-24Prevent nested tables style leaksMartijn Cuppens1-0/+11
2020-04-15Add `bs-` prefixes to custom properties (#30591)Martijn Cuppens1-1/+1
2020-04-10Use custom properties for font-stacks (#30509)Gaël Poupard1-1/+1
2020-04-01Fix date inputs heights in safariMartijn Cuppens1-13/+0
2020-03-31Require `.form-label` classes on form labels (#30476)Martijn Cuppens1-1/+0
2020-03-24Add `.caption-top` for tables (#30435)Mark Otto1-1/+1
2020-03-21Fix wrapping bug (#30345)Martijn Cuppens1-1/+8
2020-03-18Drop IE support from SassMartijn Cuppens1-35/+8
2020-03-14Fix pseudo paddings and heightMartijn Cuppens1-3/+12
2020-03-05reboot file: adds some grouping and comments standardizations (#30340)Shohei Yoshida1-39/+68