Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 3c50f23

Browse files
💄 Vertical tabs "New Tab" button no longer follows OS style (#233)
Co-authored-by: trickypr <23250792+trickypr@users.noreply.github.com>
1 parent 13995fe commit 3c50f23

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

‎CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.0.0-a.62
9+
10+
### Fixed
11+
12+
- New tab button no longer follows OS style (#233, @surapunoyousei)
13+
814
## 1.0.0-a.61
915

1016
### Added

‎src/browser/themes/pulse/vertical_tabs.css‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,14 @@
131131
:root[sizemode='fullscreen'] #browser #TabsToolbar {
132132
display: none;
133133
}
134+
135+
#new-tab-button {
136+
appearance: inherit !important;
137+
border-radius: 5px;
138+
margin-left: 5px !important;
139+
margin-right: 5px !important;
140+
}
141+
142+
#new-tab-button:hover {
143+
background: var(--toolbarbutton-hover-background);
144+
}

0 commit comments

Comments
 (0)