Skip to content
Extraits de code Groupes Projets
Valider 11715454 rédigé par Sam Schlinkert's avatar Sam Schlinkert Validation de Eugen Rochko
Parcourir les fichiers

Make scroll bars wider (#7060)

* Set scrollbars to 12 px wide rather than 8px

Should overwrite the setting in reset.scss. This is untested at this point.

* removes scrollbar height and width specifications from reset.scss and basics.scss
parent 89719991
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -53,11 +53,6 @@ table { ...@@ -53,11 +53,6 @@ table {
border-spacing: 0; border-spacing: 0;
} }
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: lighten($ui-base-color, 4%); background: lighten($ui-base-color, 4%);
border: 0px none $base-border-color; border: 0px none $base-border-color;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter