]> source.dussan.org Git - redmine.git/commitdiff
Remove Internet Explorer-specific CSS rules and vendor prefixes (#41402).
authorGo MAEDA <maeda@farend.jp>
Thu, 3 Oct 2024 22:49:18 +0000 (22:49 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 3 Oct 2024 22:49:18 +0000 (22:49 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@23103 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/assets/stylesheets/application.css
app/assets/stylesheets/responsive.css

index 297820de92c2f55ff4df07f61946d83c8feba2ce..9b2cbb9d5e3cabe651bb5ea5fce3b2e4288c9b0d 100644 (file)
@@ -140,7 +140,6 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
 @media screen and (min-width: 2560px) {#sidebar{width: 380px;}}
 #sidebar h3{ font-size: 0.875rem; margin-top:14px; color: #666;  }
 #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
-* html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
 #sidebar .contextual { margin-right: 1em; }
 #sidebar ul, ul.flat {margin: 0;  padding: 0;}
 #sidebar ul li, ul.flat li {list-style-type:none;margin: 0px 2px 0px 0px; padding: 0px 0px 0px 0px;}
@@ -551,7 +550,6 @@ input, select, textarea, button { color: #333; background-color: #fff; border:1p
 select {
   -webkit-appearance: none;
   -moz-appearance: none;
-  -ms-appearance: none;
   -o-appearance: none;
   appearance: none;
   background-color: #fff;
@@ -2069,14 +2067,6 @@ img {
   box-shadow: 0 1px 2px rgba(0,0,0,0.05);
 }
 
-/* Fixes for IE 11 */
-@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
-  select::-ms-expand {
-    display: none;
-  }
-  select[multiple=multiple] {padding-right: 0;}
-}
-
 /* tablesort */
 th[role=columnheader]:not(.no-sort) {
        cursor: pointer;
@@ -2091,7 +2081,6 @@ th[role=columnheader]:not(.no-sort):after {
        border-color: #404040 transparent;
        display: none;
        opacity: 0;
-       -ms-user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
index 52107b709854f884f85c1269384c1a5f3b29e801..b4ec6e60724dca19b6a513758f360c0e9f1ff49c 100644 (file)
     /* achieve dropdwon arrow by scaling a caret character */
     content: '^';
     -webkit-transform: scale(1,-.8);
-        -ms-transform: scale(1,-.8);
             transform: scale(1,-.8);
     text-align: right;
     pointer-events: none;
   }
   #project-jump.expanded .drdn-trigger:before {
     -webkit-transform: scale(1,.8);
-        -ms-transform: scale(1,.8);
             transform: scale(1,.8);
     padding-top:8px;
   }
 
   .flyout-menu #watchers {
     display: -webkit-flex;
-    display: -ms-flexbox;
     display: -webkit-box;
     display: flex;
     flex-direction: column;
 
     -webkit-flex-direction: column;
-    -ms-flex-direction: column;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
   }
   .flyout-menu #watchers .contextual {
     -webkit-box-ordinal-group: 4;
     -webkit-order: 3;
-    -ms-flex-order: 3;
     order: 3;
   }
 
 
   .flyout-menu #watchers ul li {
     display: -webkit-flex;
-    display: -ms-flexbox;
     display: -webkit-box;
     display: flex;
     flex-direction: row;
 
     -webkit-flex-direction: row;
-    -ms-flex-direction: row;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-align-items: center;
-    -ms-flex-align: center;
     -webkit-box-align: center;
     align-items: center;
   }
   .flyout-menu__avatar {
     display: -webkit-box;
     display: -webkit-flex;
-    display: -ms-flexbox;
     display: flex;
     width: 100%;
     border-top: 1px solid rgba(255,255,255,.1);
     overflow: hidden;
     white-space: nowrap;
     -webkit-flex-grow: 1;
-        -ms-flex-grow: 1;
             flex-grow: 1;
   }