diff --git a/themes/metro/scss/_common.scss b/themes/metro/scss/_common.scss index fe88181f40..770cfe34f5 100644 --- a/themes/metro/scss/_common.scss +++ b/themes/metro/scss/_common.scss @@ -519,58 +519,6 @@ div.tools { } } -.chrome { - input[type="checkbox"] { - #{$left}: -9999px; - position: relative; - - &::before { - /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */ - font-family: 'IcoMoon'; - content: ""; - color: $th-color; - cursor: default; - position: absolute; - padding: 4px; - top: 0; - #{$left}: 9995px; - } - - &:indeterminate::before { - content: ""; - } - - &:checked::before { - content: ""; - } - } - - .navigation input[type="checkbox"]::before { - color: #fff; - } - - input[type="radio"] { - #{$left}: -9999px; - position: relative; - - &::before { - /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */ - font-family: 'IcoMoon'; - content: ""; - color: $th-color; - cursor: default; - position: absolute; - padding: 4px; - top: 0; - #{$left}: 9995px; - } - - &:checked::before { - content: ""; - } - } -} - .pma-table tr.noclick td:first-child::before { content: ""; } diff --git a/themes/metro/scss/_navigation.scss b/themes/metro/scss/_navigation.scss index e91fb5e049..b8424a0af1 100644 --- a/themes/metro/scss/_navigation.scss +++ b/themes/metro/scss/_navigation.scss @@ -120,20 +120,6 @@ } } -div#left_tableList li { - a:first-child::before { - color: $navi-pointer-color; - /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */ - font-family: "IcoMoon"; - content: ""; - margin: 10px; - } - - &:hover a:first-child::before { - color: $button-color; - } -} - img { &.ic_b_home, &.ic_s_loggoff,