@oardi/css-utils 0.60.0 → 0.60.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oardi/css-utils",
3
- "version": "0.60.0",
3
+ "version": "0.60.1",
4
4
  "author": "Ardian Shala",
5
5
  "homepage": "https://css-utils.oardi.com",
6
6
  "description": "Powerful set of semantic css classes with support for breakpoints, directions and spacings",
@@ -124,11 +124,8 @@
124
124
  }
125
125
 
126
126
  &:focus-visible {
127
- // color: var(--button-on-color);
128
127
  outline: var(--button-focus-outline-width) var(--button-focus-outline-style)
129
128
  rgba(var(--button-color-rgb), 0.5);
130
- // background-color: var(--button-color);
131
- // border-color: var(--button-color);
132
129
  }
133
130
  }
134
131
 
@@ -142,6 +139,7 @@
142
139
  &:hover,
143
140
  &.is-active,
144
141
  &:active {
142
+ // color: var(--button-on-color); // check if needed
145
143
  background-color: var(--button-highlight);
146
144
  }
147
145
 
package/scss/index.scss CHANGED
@@ -37,7 +37,7 @@
37
37
  @forward './components/navbar.scss';
38
38
  @forward './components/overlay.scss';
39
39
  @forward './components/pagination.scss';
40
- @forward './components/tabs.scss';
41
40
  @forward './components/table.scss';
41
+ @forward './components/tabs.scss';
42
42
  @forward './components/toast.scss';
43
43
  @forward './components/tooltip.scss';
@@ -251,9 +251,7 @@
251
251
 
252
252
  .no-scroll {
253
253
  overflow: hidden;
254
- position: fixed;
255
- width: 100%;
256
- height: 100%;
254
+ overscroll-behavior: none;
257
255
  }
258
256
 
259
257
  // width, height, display with breakpoints and directions