ags: sync

This commit is contained in:
end-4
2024-01-26 21:37:34 +07:00
parent 7e73e24dd8
commit 266e3e04e9
5 changed files with 27 additions and 32 deletions
+4 -7
View File
@@ -26,13 +26,6 @@
}
}
tooltip {
animation-name: appear;
animation-duration: 100ms;
animation-timing-function: ease-out;
animation-iteration-count: 1;
}
menu {
@include elevation-border-softer;
padding: 0.681rem;
@@ -90,6 +83,10 @@ radio:checked {
}
tooltip {
animation-name: appear;
animation-duration: 100ms;
animation-timing-function: ease-out;
animation-iteration-count: 1;
@include normal-rounding;
background-color: $surfaceVariant;
color: $onSurfaceVariant;
+8 -10
View File
@@ -1,4 +1,5 @@
$sidebar_chat_textboxareaColor: mix($onSurfaceVariant, $surfaceVariant, 40%);
$textboxColor: mix($surface, $surfaceVariant, 80%);
$system: $secondary;
$onSystem: $onSecondary;
$chatgpt: $primary;
@@ -510,7 +511,8 @@ $onChatgpt: $onPrimary;
.sidebar-chat-textarea {
@include normal-rounding;
border: 0.068rem solid $sidebar_chat_textboxareaColor;
background-color: $textboxColor;
color: $onSurfaceVariant;
padding: 0.682rem;
}
@@ -526,20 +528,15 @@ $onChatgpt: $onPrimary;
min-width: 1.705rem;
min-height: 1.705rem;
border-radius: $rounding_medium - 0.681rem;
background-color: $sidebar_chat_textboxareaColor;
}
.sidebar-chat-send:hover,
.sidebar-chat-send:focus {
background-color: mix($sidebar_chat_textboxareaColor,
$t_onSecondaryContainer,
97%);
background-color: $surfaceVariant;
}
.sidebar-chat-send:active {
background-color: mix($sidebar_chat_textboxareaColor,
$t_onSecondaryContainer,
80%);
background-color: mix($surfaceVariant, $onBackground, 80%);
}
.sidebar-chat-send-available {
@@ -679,7 +676,8 @@ $onChatgpt: $onPrimary;
}
.sidebar-chat-chip-action {
border: 0.068rem solid $sidebar_chat_textboxareaColor;
background-color: $textboxColor;
color: $onSurfaceVariant;
}
.sidebar-chat-chip-action:hover,
@@ -700,7 +698,7 @@ $onChatgpt: $onPrimary;
@include menu_decel;
@include small-rounding;
padding: 0.341rem 0.477rem;
background-color: $t_surfaceVariant;
background-color: $textboxColor;
color: $onSurfaceVariant;
}
+1
View File
@@ -2,6 +2,7 @@
* {
all: unset;
}
// *:not(tooltip) { all: unset; }
// Colors
@import './material'; // Material colors