N°5580 Remove jquery.tabs-ie.css

File was present both in /js and /css, but never called anywhere
And we aren't supporting MSIE anymore...
This commit is contained in:
Pierre Goiffon
2024-02-13 15:32:51 +01:00
parent ba7c154e84
commit 8275de8fa7
2 changed files with 0 additions and 30 deletions

View File

@@ -1,15 +0,0 @@
/*
Tabs - additional IE specific bug fixes
Recommended usage (Conditional Comments):
<!--[if lte IE 7]>
<link rel="stylesheet" href="tabs_ie.css" type="text/css" media="projection, screen" />
<![endif]-->
*/
.tabs-nav { /* auto clear */
display: inline-block;
}
.tabs-nav .tabs-disabled a {
filter: alpha(opacity=40);
}