diff --git a/src/app/app.less b/src/app/app.less index e9e9cfcde..3eb0639a8 100644 --- a/src/app/app.less +++ b/src/app/app.less @@ -94,20 +94,11 @@ svg.icon { .hoverEffect { &:hover { cursor: pointer; - box-shadow: 0px 2px 2px 0 rgba(255, 255, 255, 0.1), 0px 4px 5px 0 rgba(255, 255, 255, 0.2), - 0px 0px 5px 2.5px rgba(255, 255, 255, 0.5); - transition: box-shadow 0.2s ease; } } .hover-effect-base:hover { cursor: pointer; - - .hover-effect-target { - box-shadow: 0px 2px 2px 0 rgba(255, 255, 255, 0.1), 0px 4px 5px 0 rgba(255, 255, 255, 0.2), - 0px 0px 5px 2.5px rgba(255, 255, 255, 0.5); - transition: box-shadow 0.2s ease; - } } .hideScrollbarUntillHover { @@ -547,3 +538,7 @@ a.a-block { fill: @status-error; } } + +.unselectable { + user-select: none; +} diff --git a/src/app/sidebar/MainSideBar.tsx b/src/app/sidebar/MainSideBar.tsx index c5a171733..9ca763404 100644 --- a/src/app/sidebar/MainSideBar.tsx +++ b/src/app/sidebar/MainSideBar.tsx @@ -206,28 +206,23 @@ class MainSideBar extends React.Component<{}, {}> {
-
- - Apps - ⌘A -
-
+
History ⌘H
-
+ {/*
Favorites ⌘B -
-
+
*/} +
Connections
-
+
Workspaces
@@ -236,15 +231,20 @@ class MainSideBar extends React.Component<{}, {}> {
{this.getSessions()}
-
+
+ + Apps + ⌘A +
+
Settings
-
openLink("https://docs.getprompt.dev")}> +
openLink("https://docs.getprompt.dev")}> Documentation
-
openLink("https://discord.gg/XfvZ334gwU")}> +
openLink("https://discord.gg/XfvZ334gwU")}> Talk to us
diff --git a/src/app/workspace/screen/tabs.less b/src/app/workspace/screen/tabs.less index 088059b1b..eff5ae534 100644 --- a/src/app/workspace/screen/tabs.less +++ b/src/app/workspace/screen/tabs.less @@ -134,9 +134,6 @@ display: block; } } - &:hover:not(.is-active) { - border-color: @disabled-color !important; - } } &:hover .screen-tab .tab-index {