remove unused styles from dialogs-import.css

This commit is contained in:
juliandescottes 2017-05-09 01:25:08 +02:00 committed by Julian Descottes
parent 799bf76a86
commit 261259b38f

View File

@ -143,13 +143,6 @@
font-size:1.3em font-size:1.3em
} }
.import-button {
font-size: 1em;
height: 28px;
padding: 0px 10px;
margin-top: 15px;
}
/** /**
* SELECT MODE * SELECT MODE
*/ */
@ -245,7 +238,6 @@
flex-grow: 1; flex-grow: 1;
} }
.import-mode-option,
.import-resize-option, .import-resize-option,
.insert-mode-option { .insert-mode-option {
display: flex; display: flex;
@ -253,7 +245,6 @@
margin-bottom: 5px; margin-bottom: 5px;
} }
.import-mode-option :checked + span,
.import-resize-option :checked + span, .import-resize-option :checked + span,
.insert-mode-option :checked + span { .insert-mode-option :checked + span {
color: var(--highlight-color); color: var(--highlight-color);
@ -263,8 +254,7 @@
* ADJUST SIZE * ADJUST SIZE
*/ */
.import-resize-anchor-info, .import-resize-anchor-info,
.import-resize-option-label, .import-resize-option-label {
.insert-mode-option-label {
margin-bottom: 10px; margin-bottom: 10px;
} }