@@ -122,15 +122,13 @@ img.link-favicon.link-favicon {
122122
123123/* no favicons in style settings */
124124.style-settings-info-text .link-favicon {
125- /* stylelint-disable-next-line declaration-no-important */
126125 display : none !important ;
127126}
128127
129128/* ───────────────────────────────────────────────── */
130129/** Custom Frames
131130──────────────────────────────────────────────────── */
132131body : not (.normal-header-bar ) .custom-frames-view {
133- /* stylelint-disable-next-line declaration-no-important */
134132 padding-top : 1.8rem !important ;
135133}
136134
@@ -144,7 +142,6 @@ body .yank-deco {
144142}
145143
146144/* yank highlight plugin -- https://github.com/aleksey-rowan/obsidian-vim-yank-highlight/blob/master/styles.css */
147- /* stylelint-disable-next-line keyframes-name-pattern */
148145@keyframes yankedHighlight {
149146 10% {
150147 color : var (--interactive-normal );
@@ -166,7 +163,6 @@ body .yank-deco {
166163}
167164
168165body .various-complements__suggestion-item {
169- /* stylelint-disable-next-line declaration-no-important */
170166 padding : 4px 6px !important ;
171167}
172168
@@ -194,7 +190,6 @@ body .various-complements__suggestion-item {
194190/** Obsidian Git
195191──────────────────────────────────────────────────── */
196192.obsidian-git-statusbar-status > div : nth-child (2 ) {
197- /* stylelint-disable-next-line declaration-no-important */
198193 margin-left : 0 !important ;
199194}
200195
@@ -457,7 +452,6 @@ body .another-quick-switcher__item__description {
457452/* enlarge floating window */
458453.prompt .another-quick-switcher__floating-prompt {
459454 max-height : 80vh ;
460- top : 10vh !important ; /* stylelint-disable-line declaration-no-important */
461455 min-width : 600px ;
462456}
463457
0 commit comments