Merge pull request #9700 from overleaf/ii-dashboard-mobile-view
[web] Projects dashboard mobile view GitOrigin-RevId: 84894e19c814a2cc1ce751181952c0ade6b62044
This commit is contained in:
@@ -213,11 +213,16 @@
|
||||
.navbar-toggle {
|
||||
position: relative;
|
||||
float: right;
|
||||
padding: 3px 10px 0px;
|
||||
background-color: transparent;
|
||||
background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
|
||||
border: 2px solid @navbar-default-link-color;
|
||||
border: 0;
|
||||
border-radius: @border-radius-base;
|
||||
|
||||
.fa {
|
||||
font-size: @navbar-height / 2;
|
||||
}
|
||||
|
||||
// We remove the `outline` here, but later compensate by attaching `:hover`
|
||||
// styles to `:focus`.
|
||||
&:focus {
|
||||
|
||||
Reference in New Issue
Block a user