Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c3800a6

Browse files
committed
rm moving popup buttons on hover
1 parent 3f47d90 commit c3800a6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎src/popup/popup.css‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@
1818
--border-color: #5f6368;
1919
--link-color: #8ab4f8;
2020
--button-bg-color: #303134;
21-
--button-hover-bg: #3c4043;
21+
--button-hover-bg: #424242;
2222
--text-color: #e8eaed;
2323
--code-bg-color: #303134;
2424
--info-message-bg: rgba(48, 49, 52, 0.5);
25-
--button-hover-bg: black;
2625
}
2726

2827
/* Display size variations */
@@ -78,8 +77,7 @@ body {
7877
}
7978

8079
.material-button:hover, .code-btn:hover {
81-
background-color: var(--button-hover-bg);
82-
transform: translateY(-1px);
80+
background-color: var(--button-hover-bg) !important;
8381
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
8482
}
8583

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /