@floegence/floe-webapp-core 0.46.0 → 0.46.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/dist/components/workbench/WorkbenchFilterBar.js +261 -272
- package/dist/styles.css +1 -1
- package/dist/workbench.css +0 -20
- package/package.json +1 -1
package/dist/workbench.css
CHANGED
|
@@ -2066,26 +2066,6 @@
|
|
|
2066
2066
|
filter: drop-shadow(0 2px 6px rgb(0 0 0 / 0.12));
|
|
2067
2067
|
}
|
|
2068
2068
|
|
|
2069
|
-
.workbench-dock__badge {
|
|
2070
|
-
position: absolute;
|
|
2071
|
-
top: -3px;
|
|
2072
|
-
right: -3px;
|
|
2073
|
-
display: inline-flex;
|
|
2074
|
-
align-items: center;
|
|
2075
|
-
justify-content: center;
|
|
2076
|
-
min-width: 15px;
|
|
2077
|
-
height: 15px;
|
|
2078
|
-
padding: 0 4px;
|
|
2079
|
-
border: 1px solid color-mix(in srgb, var(--background, #fff) 82%, transparent);
|
|
2080
|
-
border-radius: 999px;
|
|
2081
|
-
background: var(--foreground, #111);
|
|
2082
|
-
color: var(--background, #fff);
|
|
2083
|
-
box-shadow: 0 2px 5px rgb(0 0 0 / 0.2);
|
|
2084
|
-
font-size: 9px;
|
|
2085
|
-
font-weight: 750;
|
|
2086
|
-
line-height: 1;
|
|
2087
|
-
}
|
|
2088
|
-
|
|
2089
2069
|
.workbench-dock__item.is-active .workbench-dock__tile {
|
|
2090
2070
|
box-shadow: none;
|
|
2091
2071
|
}
|