![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/app/design/frontend/Cnc/default/web/scss/tools/ |
// ============================================== // FIXES // ============================================== // // Visible / Hidden class // _____________________________________________ * { outline: none; box-sizing: border-box; &:active, &:focus { outline: none; } } // // Remove Background for autocomplete (only Webkit) // _____________________________________________ *:-webkit-autofill { // @use !important due to style for remove other border on autofill -webkit-box-shadow: 0 0 0 1000px $c-white inset; -webkit-text-fill-color: $c-base; &:hover, &:focus { // @use !important due to style for remove other border on autofill border-bottom: 1px solid $c-grey !important; } } // // Remove default icon (cross) for input in IE // _____________________________________________ *::-ms-clear { display: none; } // // Remove dotted on firefox focus // _____________________________________________ *::-moz-focus-inner { border: 0; padding: 0; } // // Main tag display type for IE // _____________________________________________ @include only_ie { main { display: block; } }