Skip to content

Commit f8ac09d

Browse files
committed
style/right pane: tweak appearance
1 parent 15c329c commit f8ac09d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

apps/client/src/stylesheets/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,6 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
11041104

11051105
.card {
11061106
color: inherit !important;
1107-
background-color: inherit !important;
11081107
border-color: var(--main-border-color) !important;
11091108
}
11101109

@@ -1759,10 +1758,10 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
17591758
flex-direction: column;
17601759
margin-inline-start: 10px;
17611760
margin-inline-end: 5px;
1761+
background: transparent;
17621762
}
17631763

17641764
#right-pane .card-header {
1765-
background: inherit;
17661765
padding: 6px 0 3px 0;
17671766
width: 99%; /* to give minimal right margin */
17681767
background-color: var(--button-background-color);

apps/client/src/stylesheets/theme-next-light.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@
211211
--new-tab-button-hover-color: black;
212212

213213
--right-pane-background-color: var(--main-background-color);
214-
--right-pane-background-color-bgfx: var(--center-pane-vert-layout-background-color-bgfx); /* Only for the vertical layout */
215-
--right-pane-item-hover-background: #ececec;
214+
--right-pane-background-color-bgfx: #ffffff9e; /* Only for the vertical layout */
215+
--right-pane-item-hover-background: #00000013;
216216
--right-pane-item-hover-color: inherit;
217217

218218
--scrollbar-thumb-color: #0000005c;

0 commit comments

Comments
 (0)