1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

tab fixes

This commit is contained in:
Matthias Kretschmann 2023-04-20 13:29:53 +01:00
parent c63ffe4f24
commit e2630b94fd
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,7 @@
.tab {
// so the active tab line is sitting right on top of tabs border, not underneath it
margin-bottom: -1px;
button {
min-width: 50px;
background-color: unset;

View File

@ -20,12 +20,6 @@
flex: 0 0 auto;
}
// TODO: fix style import order so this isn't required to override specificity of `tab` class
&__main-view &__tabs {
border: none;
padding: 0 16px;
}
&__main-view &__tab {
@include H6;