new controls are used by default, add config options
This commit is contained in:
		| @@ -297,45 +297,9 @@ body { | ||||
|  * NAVIGATION CONTROLS | ||||
|  *********************************************/ | ||||
|  | ||||
| .reveal .controls[data-controls-type="bottom-right"] .navigate-left, | ||||
| .reveal .controls[data-controls-type="bottom-right"] .navigate-left.enabled { | ||||
| 	border-right-color: $linkColor; | ||||
| } | ||||
|  | ||||
| .reveal .controls[data-controls-type="bottom-right"] .navigate-right, | ||||
| .reveal .controls[data-controls-type="bottom-right"] .navigate-right.enabled { | ||||
| 	border-left-color: $linkColor; | ||||
| } | ||||
|  | ||||
| .reveal .controls[data-controls-type="bottom-right"] .navigate-up, | ||||
| .reveal .controls[data-controls-type="bottom-right"] .navigate-up.enabled { | ||||
| 	border-bottom-color: $linkColor; | ||||
| } | ||||
|  | ||||
| .reveal .controls[data-controls-type="bottom-right"] .navigate-down, | ||||
| .reveal .controls[data-controls-type="bottom-right"] .navigate-down.enabled { | ||||
| 	border-top-color: $linkColor; | ||||
| } | ||||
|  | ||||
| .reveal .controls[data-controls-type="bottom-right"] .navigate-left.enabled:hover { | ||||
| 	border-right-color: $linkColorHover; | ||||
| } | ||||
|  | ||||
| .reveal .controls[data-controls-type="bottom-right"] .navigate-right.enabled:hover { | ||||
| 	border-left-color: $linkColorHover; | ||||
| } | ||||
|  | ||||
| .reveal .controls[data-controls-type="bottom-right"] .navigate-up.enabled:hover { | ||||
| 	border-bottom-color: $linkColorHover; | ||||
| } | ||||
|  | ||||
| .reveal .controls[data-controls-type="bottom-right"] .navigate-down.enabled:hover { | ||||
| 	border-top-color: $linkColorHover; | ||||
| } | ||||
|  | ||||
| .reveal .controls[data-controls-type="edges"] button:before, | ||||
| .reveal .controls[data-controls-type="edges"] button:after { | ||||
| 	background-color: $mainColor; | ||||
| .reveal .controls button:before, | ||||
| .reveal .controls button:after { | ||||
| 	background-color: $linkColor; | ||||
| } | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user