зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1287391 - Wrong sidebar tabs direction in RTL locales with Firebug theme. r=pbro
MozReview-Commit-ID: BhemDYlh703 --HG-- extra : rebase_source : 2ea23ff03574f1fcefbdd39b0316402460a203c2
This commit is contained in:
Родитель
1ac4fb0ba1
Коммит
333763a3d3
|
@ -48,7 +48,7 @@
|
|||
}
|
||||
|
||||
/* Firebug theme doesn't stretch the tabs. */
|
||||
.theme-firebug .tabs .tabs-navigation .tabs-menu {
|
||||
display: block;
|
||||
.theme-firebug .tabs .tabs-navigation .tabs-menu-item {
|
||||
flex-grow: 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
|
||||
.tabs .tabs-menu-item {
|
||||
float: left;
|
||||
float: inline-start;
|
||||
}
|
||||
|
||||
.tabs .tabs-menu-item a {
|
||||
|
|
Загрузка…
Ссылка в новой задаче