summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Pinto Silva <pedro.silva@collabora.com>2022-09-09 10:24:48 +0200
committerpedropintosilva <65948705+pedropintosilva@users.noreply.github.com>2022-09-19 14:38:29 +0200
commitdef776dbc815645e3b9d4e33d5f99e98bbd0710d (patch)
tree5479f10f882fc67a7a4d2abfee82468e8efa812a
parentMobile: Fix missing icon on lists within mobilewizard panels (diff)
downloadonline-def776dbc815645e3b9d4e33d5f99e98bbd0710d.tar.gz
online-def776dbc815645e3b9d4e33d5f99e98bbd0710d.zip
Remove notebookbar tab indicators on tablet
These used to make sense in the past, when we had completely different look and feel. Plus even back then this was not super elegant way of showing that the tab container is draggable. Furthermore, currently, the tab container is quite distinguishable form its parent making it visible that the notebookbar-tabs-container has more content to show. Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I6e4c0d5b3bc5e0e21d6cd470446d13b9811846ab
-rw-r--r--browser/css/device-tablet.css16
1 files changed, 0 insertions, 16 deletions
diff --git a/browser/css/device-tablet.css b/browser/css/device-tablet.css
index 7c883e77c0..cc5d462037 100644
--- a/browser/css/device-tablet.css
+++ b/browser/css/device-tablet.css
@@ -104,22 +104,6 @@
display: none;
}
-.notebookbar-tabs-container:after,
-.notebookbar-tabs-container:before {
- content: '';
- position: relative;
- z-index: -1;
- display: block;
- min-width: 2rem;
- margin: 0;
- -webkit-box-flex: 1;
- -webkit-flex: 1 0 auto;
- -ms-flex: 1 0 auto;
- flex: 1 0 auto;
- max-width: 2rem;
- box-shadow: 0px 0 13px 2px var(--color-primary), 0px 0px 26px 6px var(--color-primary-lighter);
-}
-
.hasnotebookbar #document-titlebar {
position: static;
display: inline-flex;