mirror of https://github.com/zulip/zulip.git
css: Reorder app_components.scss so `.tab-switcher .ind-tab` are together.
This commit is contained in:
parent
5460c4fce5
commit
8ebc8602a5
|
@ -202,10 +202,6 @@
|
|||
outline: none;
|
||||
}
|
||||
|
||||
.new-style .tab-switcher.large .ind-tab {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.new-style .tab-switcher .ind-tab:not(.selected) {
|
||||
border: 1px solid hsl(0, 0%, 80%);
|
||||
}
|
||||
|
@ -237,6 +233,10 @@
|
|||
border-color: hsl(0, 0%, 87%);
|
||||
}
|
||||
|
||||
.new-style .tab-switcher.large .ind-tab {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.informational-overlays .tab-switcher {
|
||||
display: flex;
|
||||
|
||||
|
|
Loading…
Reference in New Issue