Skip to content

Commit

Permalink
FLUID-6754: remove option element styles
Browse files Browse the repository at this point in the history
option element styling has limited to no browser support.
  • Loading branch information
jobara committed Jul 25, 2024
1 parent 88e0ba2 commit ecdb80e
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions src/framework/preferences/css/sass/PrefsEditor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,32 +66,6 @@ $icon-font: 'PrefsFramework-Icons';
display: block;
font-weight: bold;
margin: 0 auto;

option {
&.fl-font-system-ui {
font-family: var(--fl-font-family, system-ui);
}

&.fl-font-times {
font-family: var(--fl-font-family, "Times New Roman", serif);
}

&.fl-font-comic-sans {
font-family: var(--fl-font-family, "Comic Sans MS", cursive, sans-serif);
}

&.fl-font-arial {
font-family: var(--fl-font-family, Arial, sans-serif);
}

&.fl-font-verdana {
font-family: var(--fl-font-family, Verdana, sans-serif);
}

&.fl-font-open-dyslexic {
font-family: var(--fl-font-family, OpenDyslexic, sans-serif);
}
}
}

&:focus {
Expand Down

0 comments on commit ecdb80e

Please sign in to comment.