@lluc_llull/ui-lib 0.27.3 → 0.27.4

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": "@lluc_llull/ui-lib",
3
- "version": "0.27.3",
3
+ "version": "0.27.4",
4
4
  "description": "Angular UI component library",
5
5
  "author": "lluc_llull",
6
6
  "license": "MIT",
@@ -193,8 +193,6 @@ body.show-grid .debug-grid-overlay {
193
193
  body.show-grid .debug-grid-overlay div {
194
194
  height: 100%;
195
195
  background-color: rgba(255, 0, 0, 0.13);
196
- border-left: 1px solid rgba(255, 0, 0, 0.315);
197
- border-right: 1px solid rgba(255, 0, 0, 0.315);
198
196
  }
199
197
  body.show-grid .debug-grid-overlay {
200
198
  display: grid !important;
package/styles/main.css CHANGED
@@ -193,8 +193,6 @@ body.show-grid .debug-grid-overlay {
193
193
  body.show-grid .debug-grid-overlay div {
194
194
  height: 100%;
195
195
  background-color: rgba(255, 0, 0, 0.13);
196
- border-left: 1px solid rgba(255, 0, 0, 0.315);
197
- border-right: 1px solid rgba(255, 0, 0, 0.315);
198
196
  }
199
197
  body.show-grid .debug-grid-overlay {
200
198
  display: grid !important;