@featherk/styles 0.6.2 → 0.6.3
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/v8.2.0/css/featherk-beautified.css +35 -0
- package/dist/v8.2.0/css/featherk.css +1 -1
- package/dist/v8.2.0/external-styles/featherk-overrides--k-menu.css +39 -0
- package/dist/v8.2.0/external-styles/featherk-overrides--k-zerowidthspace.css +0 -10
- package/dist/v8.2.0/scss/_externalStyles.scss +2 -0
- package/package.json +1 -1
|
@@ -47425,6 +47425,41 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47425
47425
|
.k-animation-container:has(.k-calendar-view) {
|
|
47426
47426
|
margin-top: 0.25rem;
|
|
47427
47427
|
}
|
|
47428
|
+
.fk-menu .k-menu.k-menu-horizontal > .k-item.k-menu-item {
|
|
47429
|
+
position: relative;
|
|
47430
|
+
}
|
|
47431
|
+
.fk-menu
|
|
47432
|
+
.k-menu.k-menu-horizontal
|
|
47433
|
+
> .k-item.k-menu-item.fk-separator-prefix::before,
|
|
47434
|
+
.fk-menu
|
|
47435
|
+
.k-menu.k-menu-horizontal
|
|
47436
|
+
> .k-item.k-menu-item.fk-separator-suffix::after {
|
|
47437
|
+
content: "";
|
|
47438
|
+
position: absolute;
|
|
47439
|
+
top: 0;
|
|
47440
|
+
bottom: 0;
|
|
47441
|
+
background: var(--kendo-color-border);
|
|
47442
|
+
width: 1px;
|
|
47443
|
+
margin: 0 -1px;
|
|
47444
|
+
pointer-events: none;
|
|
47445
|
+
}
|
|
47446
|
+
.fk-menu
|
|
47447
|
+
.k-menu.k-menu-vertical
|
|
47448
|
+
> .k-item.k-menu-item.fk-separator-prefix::before,
|
|
47449
|
+
.fk-menu
|
|
47450
|
+
.k-menu.k-menu-vertical
|
|
47451
|
+
> .k-item.k-menu-item.fk-separator-suffix::after {
|
|
47452
|
+
content: "";
|
|
47453
|
+
background: var(--kendo-color-border);
|
|
47454
|
+
height: 1px;
|
|
47455
|
+
margin: -1px 0;
|
|
47456
|
+
pointer-events: none;
|
|
47457
|
+
}
|
|
47458
|
+
.fk-menu .k-menu-vertical,
|
|
47459
|
+
.fk-menu .k-menu-horizontal {
|
|
47460
|
+
width: -moz-fit-content;
|
|
47461
|
+
width: fit-content;
|
|
47462
|
+
}
|
|
47428
47463
|
.k-icon-wrap::before,
|
|
47429
47464
|
.k-checkbox-wrap::before,
|
|
47430
47465
|
.k-list-optionlabel::before,
|