mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Fix popovers buttons issue
This commit is contained in:
@@ -288,6 +288,10 @@ button {
|
|||||||
notebook > header > tabs > arrow:hover:active,
|
notebook > header > tabs > arrow:hover:active,
|
||||||
button.flat:hover:active {
|
button.flat:hover:active {
|
||||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
|
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
|
||||||
|
notebook > header > tabs > arrow.image-button:hover,
|
||||||
|
button.flat.image-button:hover {
|
||||||
|
background-color: #00D3A7;
|
||||||
|
color: #fefefe; }
|
||||||
notebook > header > tabs > arrow:hover,
|
notebook > header > tabs > arrow:hover,
|
||||||
button:hover {
|
button:hover {
|
||||||
color: #fefefe;
|
color: #fefefe;
|
||||||
|
|||||||
@@ -288,6 +288,10 @@ button {
|
|||||||
notebook > header > tabs > arrow:hover:active,
|
notebook > header > tabs > arrow:hover:active,
|
||||||
button.flat:hover:active {
|
button.flat:hover:active {
|
||||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
|
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
|
||||||
|
notebook > header > tabs > arrow.image-button:hover,
|
||||||
|
button.flat.image-button:hover {
|
||||||
|
background-color: #00D3A7;
|
||||||
|
color: #fefefe; }
|
||||||
notebook > header > tabs > arrow:hover,
|
notebook > header > tabs > arrow:hover,
|
||||||
button:hover {
|
button:hover {
|
||||||
color: #fefefe;
|
color: #fefefe;
|
||||||
|
|||||||
@@ -45,9 +45,12 @@ button {
|
|||||||
&:hover {
|
&:hover {
|
||||||
transition: $button_transition;
|
transition: $button_transition;
|
||||||
transition-duration: 500ms;
|
transition-duration: 500ms;
|
||||||
|
|
||||||
&:active { transition: $button_transition; }
|
&:active { transition: $button_transition; }
|
||||||
}
|
}
|
||||||
|
&.image-button:hover {
|
||||||
|
background-color: $selected_bg_color;
|
||||||
|
color: $selected_fg_color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user