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 c23e3e7

Browse files
committed
simple hover animation
1 parent 0f280aa commit c23e3e7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎src/popup/popup.css‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ a {
108108
.tab {
109109
background: transparent;
110110
border: none;
111+
border-radius: 5px;
111112
font-size: var(--base-font-size);
112113
padding: calc(var(--spacing) * 0.6) var(--spacing);
113114
cursor: pointer;

‎src/popup/settings.html‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<button id="open-home-btn" class="tab ">Home</button>
2121
<button id="open-settings-btn" class="tab active">Settings</button>
2222
</div>
23-
2423
<div class="main-content settings-content">
2524
<div class="settings-container">
2625
<div class="settings-row">
@@ -31,7 +30,6 @@
3130
<option value="16">Large</option>
3231
</select>
3332
</div>
34-
3533
<div class="settings-row">
3634
<label for="theme-select">Theme</label>
3735
<select id="theme-select" class="material-button select settings-btn">
@@ -40,7 +38,6 @@
4038
<option value="auto">Auto</option>
4139
</select>
4240
</div>
43-
4441
<button id="show-company-tags-btn" class="material-button settings-btn">
4542
<span id="show-company-tags-icon"></span> Show Company Tags
4643
</button>

0 commit comments

Comments
(0)

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