Skip to content

Commit

Permalink
fixup! Do not use spectrum for colorpicker
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed May 14, 2022
1 parent 0690213 commit 891868a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 6 additions & 2 deletions assets/styles/color-chooser.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@
width: 100%;
}

.popup-menu-wrapper.color {
position: static;
}

.color .popup-menu {
width: 15em;
display: flex;
flex-flow: wrap;
top: inherit;
left: inherit;
top: initial;
left: initial;
z-index: 100;
padding: 0.2em;
}
Expand Down
6 changes: 1 addition & 5 deletions assets/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ button::-moz-focus-inner {
background: #191718;
border-right: 5px solid var(--primary);
z-index: 10;
overflow-x: hidden;
}

#nav-filter a,
Expand Down Expand Up @@ -260,7 +259,7 @@ span.offline-count.diff {
}

.nav-ts-wrapper {
overflow: auto;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: dark;
flex-grow: 1;
Expand Down Expand Up @@ -301,7 +300,6 @@ span.offline-count.diff {
}

#nav-tags li a {
position: relative;
color: #b9b9b9;
cursor: pointer;
padding: 5px;
Expand All @@ -310,7 +308,6 @@ span.offline-count.diff {
font-weight: lighter;
font-size: 0.7em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

Expand Down Expand Up @@ -346,7 +343,6 @@ span.offline-count.diff {
}

#nav-sources li a {
position: relative;
color: #b9b9b9;
cursor: pointer;
padding-left: 25px;
Expand Down

0 comments on commit 891868a

Please sign in to comment.