@@ -19,7 +19,7 @@ textarea {
19
19
font-family : $font-stack ;
20
20
}
21
21
22
- a { color : $link-color ; text-decoration : none ;
22
+ a { color : $link-color ; text-decoration : none ;
23
23
-webkit-tap-highlight-color : transparent ; // Gets rid of tap active state
24
24
}
25
25
117
117
118
118
// Modal
119
119
html .noscroll {
120
- position : fixed ;
120
+ position : fixed ;
121
121
overflow-y : scroll ;
122
122
width : 100% ;
123
123
}
@@ -129,8 +129,9 @@ video.responsive-video {
129
129
height : auto ;
130
130
}
131
131
132
+ // moved to own component styling file @see https://github.com/materializecss/materialize/issues/566
132
133
// Pagination
133
- .pagination {
134
+ /* .pagination {
134
135
135
136
li {
136
137
display: inline-block;
@@ -192,7 +193,7 @@ video.responsive-video {
192
193
white-space: nowrap;
193
194
}
194
195
}
195
- }
196
+ }*/
196
197
197
198
// Breadcrumbs
198
199
.breadcrumb {
@@ -526,7 +527,7 @@ $spacing-shortcuts: ("margin": "m", "padding": "p") !default;
526
527
$spacing-directions : (" top" : " t" , " right" : " r" , " bottom" : " b" , " left" : " l" ) !default ;
527
528
$spacing-horizontal : " x" !default ;
528
529
$spacing-vertical : " y" !default ;
529
- $spacing-values : (" 0" : 0 , " 1" : 0.25rem , " 2" : 0.5rem , " 3" : 0.75rem , " 4" : 1rem , " 5" : 1.5rem , " 6" : 3rem , " auto" : auto ) !default ;
530
+ $spacing-values : (" 0" : 0 , " 1" : 0.25rem , " 2" : 0.5rem , " 3" : 0.75rem , " 4" : 1rem , " 5" : 1.5rem , " 6" : 3rem , " auto" : auto ) !default ;
530
531
531
532
@each $property , $shortcut in $spacing-shortcuts {
532
533
@each $name , $value in $spacing-values {
@@ -537,7 +538,7 @@ $spacing-values: ("0": 0, "1": 0.25rem, "2": 0.5rem, "3": 0.75rem, "4": 1rem, "5
537
538
// (t, b, r, l) spacing
538
539
@each $direction , $suffix in $spacing-directions {
539
540
.#{$shortcut }#{$suffix } -#{$name } {
540
- #{$property } - #{$direction } : $value !important
541
+ #{$property } - #{$direction } : $value !important
541
542
}
542
543
}
543
544
// x spacing
@@ -552,7 +553,7 @@ $spacing-values: ("0": 0, "1": 0.25rem, "2": 0.5rem, "3": 0.75rem, "4": 1rem, "5
552
553
.#{$shortcut }#{$spacing-vertical } -#{$name } {
553
554
#{$property } -top : $value !important ;
554
555
#{$property } -bottom : $value !important ;
555
- }
556
- }
556
+ }
557
+ }
557
558
}
558
- }
559
+ }
0 commit comments