[mod] simple-theme: remove vendor CSS

flexbox
  Browser support for flexbox is excellent, and the majority of browsers do not
  need a prefix at this point. Safari was the last of the major browsers to
  remove prefixes, with the release of Safari 9 in 2015. [1]

user-select:
  Vendor prefix of user-select is not needed, see 'Browser compatibility' [2].

[1] https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Backwards_Compatibility_of_Flexbox#status_in_browsers
[2] https://developer.mozilla.org/en-US/docs/Web/CSS/user-select#browser_compatibility

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2021-12-12 17:35:06 +01:00
parent ff48a41af0
commit 459f33a18e
2 changed files with 3 additions and 45 deletions

View file

@ -99,7 +99,7 @@ tr {
font-size: 0.8em;
word-break: break-all;
margin: 0.1em;
.select-all-on-focus();
user-select: all;
}
div.selectable_url {
@ -218,8 +218,7 @@ div.selectable_url {
}
.tabs {
.flexbox();
display: flex;
flex-wrap: wrap;
width: 100%;
min-width: 100%;