Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
f038cea2
Unverified
Commit
f038cea2
authored
6 years ago
by
John Molakvoæ
Browse files
Options
Downloads
Patches
Plain Diff
IE fix for apps menu
Signed-off-by:
John Molakvoæ (skjnldsv)
<
skjnldsv@protonmail.com
>
parent
6f994be6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/css/fixes.scss
+0
-15
0 additions, 15 deletions
core/css/fixes.scss
core/css/ie.scss
+37
-1
37 additions, 1 deletion
core/css/ie.scss
with
37 additions
and
16 deletions
core/css/fixes.scss
+
0
−
15
View file @
f038cea2
...
...
@@ -9,18 +9,3 @@
select
{
height
:
32px
;
}
/* deactivate show password toggle for IE. Does not work for 8 and 9+ have their own implementation. */
.ie
#show
,
.ie
#show
+
label
{
display
:
none
;
visibility
:
hidden
;
}
.ie
#header
.menu
,
.ie
.header-left
#navigation
,
.ie
.ui-datepicker
,
.ie
.ui-timepicker.ui-widget
,
.ie
#appmenu
li
span
,
.ie
.tooltip-inner
{
box-shadow
:
0
1px
10px
var
(
--
color-box-shadow
);
}
This diff is collapsed.
Click to expand it.
core/css/ie.scss
+
37
−
1
View file @
f038cea2
...
...
@@ -12,4 +12,40 @@
}
#app-sidebar
.disappear
{
right
:
-
$sidebar-max-width
!
important
;
}
\ No newline at end of file
}
/**
* flex align center doesn't apply to absolute on ie
* we need to manually set it
*/
#appmenu
li
{
span
{
left
:
0
;
min-width
:
100%
;
}
&
:hover
a
+
span
,
a
:focus
+
span
,
&
:hover
span
,
&
:focus
span
,
a
:focus
span
{
width
:
100%
;
// disable animation
padding
:
0
;
}
}
/* deactivate show password toggle for IE. Does not work for 8 and 9+ have their own implementation. */
#show
,
#show
+
label
{
display
:
none
;
visibility
:
hidden
;
}
#header
.menu
,
.header-left
#navigation
,
.ui-datepicker
,
.ui-timepicker.ui-widget
,
.tooltip-inner
{
box-shadow
:
0
1px
10px
var
(
--
color-box-shadow
);
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment