Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit b68aded

Browse files
authored
Merge pull request #740 from Azbury/toggle-z-index
Remove z-index on toggle
2 parents bf1a132 + 105ed52 commit b68aded

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ritterim/platform-ui",
3-
"version": "1.3.11",
3+
"version": "1.3.12",
44
"description": "A CSS framework used by Ritter Insurance Marketing (RIM) for our platform of agent tools.",
55
"homepage": "https://style.rimdev.io",
66
"main": "gulpfile.js",

src/assets/stylesheets/sass/_forms.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,6 @@ legend {
14631463
padding: 0 map.get(variables.$spacers, 2);
14641464
padding-left: variables.$spacer * 1.3;
14651465
position: relative;
1466-
z-index: 10;
14671466

14681467
[class^="pi-"] {
14691468
height: auto;

version-history.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Version History
22

33
---
4+
## 1.3.12
5+
- Remove z-index from toggle option
46
## 1.3.11
57
- Removed `.pez` component
68
- Removed `.button--post` documentation
79
- Removed `.time` form class
8-
910
## 1.3.10
1011
- Update font sizing from percentages to rem
1112
- Updated font scale

0 commit comments

Comments
 (0)