mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-17 09:10:08 +00:00
theme: remove some unused styles
as proclaimed by Edge
This commit is contained in:
parent
459c07da6f
commit
6fcb287e3b
2 changed files with 0 additions and 2 deletions
|
@ -285,6 +285,5 @@ button,
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
vertical-align: middle;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
border: inherit; }
|
border: inherit; }
|
||||||
|
|
|
@ -1367,7 +1367,6 @@ option {
|
||||||
-ms-user-select: none !important;
|
-ms-user-select: none !important;
|
||||||
-webkit-user-select: none !important;
|
-webkit-user-select: none !important;
|
||||||
user-select: none !important;
|
user-select: none !important;
|
||||||
vertical-align: middle !important;
|
|
||||||
white-space: nowrap !important;
|
white-space: nowrap !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue