Fix Unraid icon style collision
This commit is contained in:
@@ -100,18 +100,37 @@
|
||||
content: none !important;
|
||||
}
|
||||
|
||||
.u-nav .ui-icon {
|
||||
.u-nav .unav-icon {
|
||||
background: none !important;
|
||||
background-image: none !important;
|
||||
border: 0 !important;
|
||||
display: block;
|
||||
fill: none;
|
||||
height: 16px;
|
||||
margin: 0;
|
||||
opacity: 1;
|
||||
overflow: visible;
|
||||
padding: 0;
|
||||
pointer-events: none;
|
||||
position: static;
|
||||
stroke: currentColor;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
stroke-width: 2.1;
|
||||
text-indent: 0;
|
||||
transform: none;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.u-nav .unav-icon path,
|
||||
.u-nav .unav-icon rect,
|
||||
.u-nav .unav-icon circle {
|
||||
marker-end: none !important;
|
||||
marker-mid: none !important;
|
||||
marker-start: none !important;
|
||||
stroke-dasharray: none !important;
|
||||
}
|
||||
|
||||
.u-nav .topbar {
|
||||
align-items: center;
|
||||
background: var(--surface);
|
||||
@@ -365,7 +384,7 @@
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
.u-nav .tree-caret .ui-icon {
|
||||
.u-nav .tree-caret .unav-icon {
|
||||
height: 13px;
|
||||
width: 13px;
|
||||
}
|
||||
@@ -414,7 +433,7 @@
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.u-nav .tree-folder .ui-icon {
|
||||
.u-nav .tree-folder .unav-icon {
|
||||
fill: color-mix(in srgb, #f5a24c 32%, transparent);
|
||||
height: 17px;
|
||||
width: 17px;
|
||||
@@ -574,7 +593,7 @@
|
||||
color: #d97722;
|
||||
}
|
||||
|
||||
.u-nav .entry-icon.directory .ui-icon {
|
||||
.u-nav .entry-icon.directory .unav-icon {
|
||||
fill: color-mix(in srgb, #f5a24c 28%, transparent);
|
||||
}
|
||||
|
||||
@@ -582,13 +601,13 @@
|
||||
color: var(--accent-2);
|
||||
}
|
||||
|
||||
.u-nav .entry-icon.large .ui-icon {
|
||||
.u-nav .entry-icon.large .unav-icon {
|
||||
height: 47px;
|
||||
stroke-width: 1.55;
|
||||
width: 47px;
|
||||
}
|
||||
|
||||
.u-nav .entry-icon.large.directory .ui-icon {
|
||||
.u-nav .entry-icon.large.directory .unav-icon {
|
||||
height: 54px;
|
||||
width: 54px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user